[[["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 2024-09-19 UTC."],[[["\u003cp\u003eCreativeFieldValue resource stores properties of a creative field value, including its ID and a unique value under 256 characters.\u003c/p\u003e\n"],["\u003cp\u003eThe resource representation includes \u003ccode\u003ekind\u003c/code\u003e, \u003ccode\u003eid\u003c/code\u003e, and \u003ccode\u003evalue\u003c/code\u003e fields in JSON format.\u003c/p\u003e\n"],["\u003cp\u003eYou can manage creative field values through various methods like inserting, updating, deleting, retrieving, and listing them.\u003c/p\u003e\n"],["\u003cp\u003eEach creative field value has a unique auto-generated ID and its value must be unique within the creative field.\u003c/p\u003e\n"]]],[],null,["# REST Resource: creativeFieldValues\n\n- [Resource: CreativeFieldValue](#CreativeFieldValue)\n - [JSON representation](#CreativeFieldValue.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: CreativeFieldValue\n----------------------------\n\nContains 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/v4/creativeFieldValues/delete) | Deletes an existing creative field value. |\n| ### [get](/doubleclick-advertisers/rest/v4/creativeFieldValues/get) | Gets one creative field value by ID. |\n| ### [insert](/doubleclick-advertisers/rest/v4/creativeFieldValues/insert) | Inserts a new creative field value. |\n| ### [list](/doubleclick-advertisers/rest/v4/creativeFieldValues/list) | Retrieves a list of creative field values, possibly filtered. |\n| ### [patch](/doubleclick-advertisers/rest/v4/creativeFieldValues/patch) | Updates an existing creative field value. |\n| ### [update](/doubleclick-advertisers/rest/v4/creativeFieldValues/update) | Updates an existing creative field value. |"]]