---
title: "PUT /userprofiles/{+profileId}/creativeGroups"
method: PUT
path: "/userprofiles/{+profileId}/creativeGroups"
tags: ["creativeGroups"]
---

# PUT /userprofiles/{+profileId}/creativeGroups

`PUT /userprofiles/{+profileId}/creativeGroups`

Updates an existing creative group.

## Path parameters

- `profileId` string, required

## Request body

- CreativeGroup — Contains properties of a creative group.
  - `subaccountId` string, int64 — Subaccount ID of this creative group. This is a read-only field that can be left blank.
  - `name` string — Name of this creative group. This is a required field and must be less than 256 characters long and unique among creative groups of the same advertiser.
  - `id` string, int64 — ID of this creative group. This is a read-only, auto-generated field.
  - `accountId` string, int64 — Account ID of this creative group. This is a read-only field that can be left blank.
  - `kind` string — Identifies what kind of resource this is. Value: the fixed string "dfareporting#creativeGroup".
  - `groupNumber` integer — Subgroup of the creative group. Assign your creative groups to a subgroup in order to filter or manage them more easily. This field is required on insertion and is read-only after insertion. Acceptable values are 1 to 2, inclusive.
  - `advertiserIdDimensionValue` DimensionValue — Represents a DimensionValue resource.
    - `id` string — The ID associated with the value if available.
    - `dimensionName` string — The name of the dimension.
    - `value` string — The value of the dimension.
    - `matchType` 'EXACT' | 'BEGINS_WITH' | 'CONTAINS' | 'WILDCARD_EXPRESSION' — Determines how the 'value' field is matched when filtering. If not specified, defaults to EXACT. If set to WILDCARD_EXPRESSION, '*' is allowed as a placeholder for variable length character sequences, and it can be escaped with a backslash. Note, only paid search dimensions ('dfa:paidSearch*') allow a matchType other than EXACT.
    - `kind` string — The kind of resource this is, in this case dfareporting#dimensionValue.
    - `etag` string — The eTag of this response for caching purposes.
  - `advertiserId` string, int64 — Advertiser ID of this creative group. This is a required field on insertion.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/dfareporting.md) · [All operations](https://skmtc.net/google/apis/dfareporting/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/dfareporting/revisions/8163d57aeb31/schema)
