Advertiser ID of this creative field. This is a required field on insertion.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-02 UTC."],[],[],null,["- [Resource: CreativeField](#CreativeField)\n - [JSON representation](#CreativeField.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: CreativeField Contains properties of a [creative field](https://support.google.com/dcm/answer/2829380).\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"id\": string, \"accountId\": string, \"subaccountId\": string, \"advertiserId\": string, \"name\": string, \"advertiserIdDimensionValue\": { object (/doubleclick-advertisers/rest/v5/DimensionValue) }, \"kind\": string } ``` |\n\n| Fields ||\n|------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `id` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` ID of this creative field. This is a read-only, auto-generated field. |\n| `accountId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Account ID of this creative field. This is a read-only field that can be left blank. |\n| `subaccountId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Subaccount ID of this creative field. This is a read-only field that can be left blank. |\n| `advertiserId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Advertiser ID of this creative field. This is a required field on insertion. |\n| `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. |\n| `advertiserIdDimensionValue` | `object (`[DimensionValue](/doubleclick-advertisers/rest/v5/DimensionValue)`)` Dimension value for the ID of the advertiser. This is a read-only, auto-generated field. |\n| `kind` | `string` Identifies what kind of resource this is. Value: the fixed string `\"dfareporting#creativeField\"` . |\n\n| Methods ||\n|------------------------------------------------------------------|---------------------------------------------------------|\n| [delete](/doubleclick-advertisers/rest/v5/creativeFields/delete) | Deletes an existing creative field. |\n| [get](/doubleclick-advertisers/rest/v5/creativeFields/get) | Gets one creative field by ID. |\n| [insert](/doubleclick-advertisers/rest/v5/creativeFields/insert) | Inserts a new creative field. |\n| [list](/doubleclick-advertisers/rest/v5/creativeFields/list) | Retrieves a list of creative fields, possibly filtered. |\n| [patch](/doubleclick-advertisers/rest/v5/creativeFields/patch) | Updates an existing creative field. |\n| [update](/doubleclick-advertisers/rest/v5/creativeFields/update) | Updates an existing creative field. |"]]