[[["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: CreativeFieldValue](#CreativeFieldValue)\n - [JSON representation](#CreativeFieldValue.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: CreativeFieldValue Contains properties of a [creative field](https://support.google.com/dcm/answer/2829380) value.\n\n| JSON representation |\n|-----------------------------------------------------------|\n| ``` { \"kind\": string, \"id\": string, \"value\": string } ``` |\n\n| Fields ||\n|---------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `kind` | `string` Identifies what kind of resource this is. Value: the fixed string `\"dfareporting#creativeFieldValue\"` . |\n| `id` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` ID of this creative field value. This is a read-only, auto-generated field. |\n| `value` | `string` Value of this creative field value. It needs to be less than 256 characters in length and unique per creative field. |\n\n| Methods ||\n|-----------------------------------------------------------------------|---------------------------------------------------------------|\n| [delete](/doubleclick-advertisers/rest/v5/creativeFieldValues/delete) | Deletes an existing creative field value. |\n| [get](/doubleclick-advertisers/rest/v5/creativeFieldValues/get) | Gets one creative field value by ID. |\n| [insert](/doubleclick-advertisers/rest/v5/creativeFieldValues/insert) | Inserts a new creative field value. |\n| [list](/doubleclick-advertisers/rest/v5/creativeFieldValues/list) | Retrieves a list of creative field values, possibly filtered. |\n| [patch](/doubleclick-advertisers/rest/v5/creativeFieldValues/patch) | Updates an existing creative field value. |\n| [update](/doubleclick-advertisers/rest/v5/creativeFieldValues/update) | Updates an existing creative field value. |"]]