enum CreativeTemplateType (v202411)
Service
CreativeTemplateService
Describes type of the creative template.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration |
Description |
SYSTEM_DEFINED
|
Creative templates that Google defines for users to use.
|
USER_DEFINED
|
Arbitrary creative templates that users can define as they see fit.
Such templates are bound to a specific network and can only be used
with creatives being created under the network.
|
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-11-19 UTC.
[null,null,["Last updated 2024-11-19 UTC."],[[["CreativeTemplateService uses CreativeTemplate, which includes a CreativeTemplateType to define the template's structure."],["CreativeTemplateType determines if a template is system-defined (by Google) or user-defined (customizable by users for their network)."],["User-defined templates are specific to a network and only usable for creatives within that network, while system-defined templates are broadly available."]]],["The `CreativeTemplateType` enumeration defines the type of a creative template. `SYSTEM_DEFINED` templates are pre-defined by Google for user application. `USER_DEFINED` templates are custom-built by users and are network-specific, meaning they can only be used for creatives within that same network. The `CreativeTemplate` service depends on this `CreativeTemplateType` for managing templates, which is in the namespace `https://www.google.com/apis/ads/publisher/v202411`.\n"]]