REST Resource: creativeFields
Stay organized with collections
Save and categorize content based on your preferences.
Resource: CreativeField
JSON representation |
{
"id": string,
"accountId": string,
"subaccountId": string,
"advertiserId": string,
"name": string,
"advertiserIdDimensionValue": {
object (DimensionValue )
},
"kind": string
} |
Fields |
id |
string (int64 format)
ID of this creative field. This is a read-only, auto-generated field.
|
accountId |
string (int64 format)
Account ID of this creative field. This is a read-only field that can be left blank.
|
subaccountId |
string (int64 format)
Subaccount ID of this creative field. This is a read-only field that can be left blank.
|
advertiserId |
string (int64 format)
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.
|
advertiserIdDimensionValue |
object (DimensionValue )
Dimension value for the ID of the advertiser. This is a read-only, auto-generated field.
|
kind |
string
Identifies what kind of resource this is. Value: the fixed string
"dfareporting#creativeField"
.
|
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. |
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-10-16 UTC.
[null,null,["Last updated 2024-10-16 UTC."],[[["\u003cp\u003eCreativeField resource allows you to define and manage custom properties for your creatives, such as product category or color.\u003c/p\u003e\n"],["\u003cp\u003eIt includes fields like ID, advertiser ID, name, and a dimension value for the advertiser ID.\u003c/p\u003e\n"],["\u003cp\u003eYou can use methods like \u003ccode\u003einsert\u003c/code\u003e, \u003ccode\u003eget\u003c/code\u003e, \u003ccode\u003elist\u003c/code\u003e, \u003ccode\u003eupdate\u003c/code\u003e, \u003ccode\u003epatch\u003c/code\u003e, and \u003ccode\u003edelete\u003c/code\u003e to manage creative fields through the API.\u003c/p\u003e\n"],["\u003cp\u003eCreative fields require a unique name under 256 characters within the same advertiser.\u003c/p\u003e\n"]]],[],null,["# REST Resource: creativeFields\n\n- [Resource: CreativeField](#CreativeField)\n - [JSON representation](#CreativeField.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: CreativeField\n-----------------------\n\nContains 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/v4/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| `account``Id` | `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| `subaccount``Id` | `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| `advertiser``Id` | `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| `advertiser``Id``Dimension``Value` | `object (`[DimensionValue](/doubleclick-advertisers/rest/v4/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/v4/creativeFields/delete) | Deletes an existing creative field. |\n| ### [get](/doubleclick-advertisers/rest/v4/creativeFields/get) | Gets one creative field by ID. |\n| ### [insert](/doubleclick-advertisers/rest/v4/creativeFields/insert) | Inserts a new creative field. |\n| ### [list](/doubleclick-advertisers/rest/v4/creativeFields/list) | Retrieves a list of creative fields, possibly filtered. |\n| ### [patch](/doubleclick-advertisers/rest/v4/creativeFields/patch) | Updates an existing creative field. |\n| ### [update](/doubleclick-advertisers/rest/v4/creativeFields/update) | Updates an existing creative field. |"]]