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

# PUT /userprofiles/{+profileId}/creativeFields

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

Updates an existing creative field.

## Path parameters

- `profileId` string, required

## Request body

- CreativeField — Contains properties of a creative field.
  - `subaccountId` string, int64 — Subaccount ID of this creative field. This is a read-only field that can be left blank.
  - `id` string, int64 — ID of this creative field. This is a read-only, auto-generated field.
  - `accountId` string, int64 — Account ID of this creative field. This is a read-only field that can be left blank.
  - `name` string — Name of this creative field. This is a required field and must be less than 256 characters long and unique among creative fields of the same advertiser.
  - `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.
  - `kind` string — Identifies what kind of resource this is. Value: the fixed string "dfareporting#creativeField".
  - `advertiserId` string, int64 — Advertiser ID of this creative field. 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)
