type ListStringCreativeTemplateVariable.VariableChoice (v202402)
Service
CreativeTemplateService
Stores variable choices that users can select from
- Namespace
-
https://www.google.com/apis/ads/publisher/v202402
Field
|
label
|
xsd:string
Label that users can select from. This is displayed to users when creating a
TemplateCreative. This attribute is intended to be more descriptive than
value. This attribute is required and has a maximum length of 255 characters.
|
value
|
xsd:string
Value that users can select from. When creating a TemplateCreative, the value in
StringCreativeTemplateVariableValue should match this value, if you intend to
select this value. This attribute is required and has a maximum length of 255
characters.
|
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-02-13 UTC.
[null,null,["Last updated 2024-02-13 UTC."],[[["The `ListStringCreativeTemplateVariable` object stores choices for variables within creative templates, offering users selectable options when creating TemplateCreatives."],["`label` provides a user-friendly description displayed during creative creation, while `value` holds the corresponding data value used within the TemplateCreative."],["Both `label` and `value` are required attributes with a maximum length of 255 characters and are essential for defining variable choices within creative templates."]]],["The `ListStringCreativeTemplateVariable` stores selectable variable options for users. Each option has a `label` (displayed to users creating a `TemplateCreative`) and a `value` (used to match `StringCreativeTemplateVariableValue`). Both `label` and `value` are required strings, with a maximum length of 255 characters, and are used within the `CreativeTemplateService` for `TemplateCreative` creation. The namespace for these is `https://www.google.com/apis/ads/publisher/v202402`.\n"]]