AI-generated Key Takeaways
- 
          CreativeField contains properties of a creative field. 
- 
          CreativeField has several fields including id, accountId, subaccountId, advertiserId, name, advertiserIdDimensionValue, and kind. 
- 
          Methods available for CreativeField include delete, get, insert, list, patch, and update. 
Resource: CreativeField
Contains properties of a creative field.
| JSON representation | 
|---|
| {
  "id": string,
  "accountId": string,
  "subaccountId": string,
  "advertiserId": string,
  "name": string,
  "advertiserIdDimensionValue": {
    object ( | 
| Fields | |
|---|---|
| id | 
 ID of this creative field. This is a read-only, auto-generated field. | 
| accountId | 
 Account ID of this creative field. This is a read-only field that can be left blank. | 
| subaccountId | 
 Subaccount ID of this creative field. This is a read-only field that can be left blank. | 
| advertiserId | 
 Advertiser ID of this creative field. This is a required field on insertion. | 
| name | 
 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 | 
 Dimension value for the ID of the advertiser. This is a read-only, auto-generated field. | 
| kind | 
 Identifies what kind of resource this is. Value: the fixed string 
 . | 
| Methods | |
|---|---|
| 
 | Deletes an existing creative field. | 
| 
 | Gets one creative field by ID. | 
| 
 | Inserts a new creative field. | 
| 
 | Retrieves a list of creative fields, possibly filtered. | 
| 
 | Updates an existing creative field. | 
| 
 | Updates an existing creative field. |