AI-generated Key Takeaways
- 
          The Creative resource represents an ad creative and its classification data. 
- 
          Key fields include name, accountId, creativeId, creativeFormat, and various declared attributes. 
- 
          Creative content can be in HTML, video, native, or a render URL format. 
- 
          Methods are available to create, get, list, and update creatives. 
Resource: Creative
A creative and its classification data.
| JSON representation | 
|---|
| { "name": string, "accountId": string, "creativeId": string, "creativeFormat": enum ( | 
| Fields | |
|---|---|
| name | 
 Output only. Name of the creative. Follows the pattern  | 
| accountId | 
 Output only. ID of the buyer account that this creative is owned by. Can be used to filter the response of the  | 
| creativeId | 
 Buyer-specific creative ID that references this creative in bid responses. This field is Ignored in update operations. Can be used to filter the response of the  | 
| creativeFormat | 
 Output only. The format of this creative. Can be used to filter the response of the  | 
| agencyId | 
 The agency ID for this creative. | 
| declaredClickThroughUrls[] | 
 The set of declared destination URLs for the creative. Can be used to filter the response of the  | 
| impressionTrackingUrls[] | 
 The set of URLs to be called to record an impression. | 
| adChoicesDestinationUrl | 
 The link to AdChoices destination page. This is only supported for native ads. | 
| restrictedCategories[] | 
 All restricted categories for the ads that may be shown from this creative. | 
| declaredAttributes[] | 
 All declared attributes for the ads that may be shown from this creative. Can be used to filter the response of the  If the  | 
| declaredVendorIds[] | 
 IDs for the declared ad technology vendors that may be used by this creative. See https://storage.googleapis.com/adx-rtb-dictionaries/vendors.txt for possible values. Can be used to filter the response of the  | 
| declaredRestrictedCategories[] | 
 All declared restricted categories for the ads that may be shown from this creative. Can be used to filter the response of the  | 
| advertiserName | 
 The name of the company being advertised in the creative. Can be used to filter the response of the  | 
| version | 
 Output only. The version of the creative. Version for a new creative is 1 and it increments during subsequent creative updates. | 
| apiUpdateTime | 
 Output only. The last update timestamp of the creative through the API. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:  | 
| dealIds[] | 
 Output only. IDs of all of the deals with which this creative has been used in bidding. Can be used to filter the response of the  | 
| creativeServingDecision | 
 Output only. Top level status and detected attributes of a creative (for example domain, language, advertiser, product category, etc.) that affect whether (status) and where (context) a creative will be allowed to serve. | 
| Union field content. Creative content in different formats.contentcan be only one of the following: | |
| html | 
 An HTML creative. | 
| video | 
 A video creative. | 
| native | 
 A native creative. | 
| renderUrl | 
 Experimental field that can be used during the FLEDGE Origin Trial. The URL to fetch an interest group ad used in TURTLEDOVE on-device auction. This should be unique among all creatives for a given  | 
| Methods | |
|---|---|
| 
 | Creates a creative. | 
| 
 | Gets a creative. | 
| 
 | Lists creatives as they are at the time of the initial request. | 
| 
 | Updates a creative. |