REST Resource: creativeFieldValues
Stay organized with collections
Save and categorize content based on your preferences.
Resource: CreativeFieldValue
JSON representation |
{
"kind": string,
"id": string,
"value": string
} |
Fields |
kind |
string
Identifies what kind of resource this is. Value: the fixed string
"dfareporting#creativeFieldValue"
.
|
id |
string (int64 format)
ID of this creative field value. This is a read-only, auto-generated field.
|
value |
string
Value of this creative field value. It needs to be less than 256 characters in length and unique per creative field.
|
Methods |
|
Deletes an existing creative field value. |
|
Gets one creative field value by ID. |
|
Inserts a new creative field value. |
|
Retrieves a list of creative field values, possibly filtered. |
|
Updates an existing creative field value. |
|
Updates an existing creative field value. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-19 UTC.
[null,null,["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. |"]]