type ListStringCreativeTemplateVariable.VariableChoice (v202408)
Service
CreativeTemplateService
Stores variable choices that users can select from
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
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-08-20 UTC.
[null,null,["Last updated 2024-08-20 UTC."],[[["The `ListStringCreativeTemplateVariable` object stores variable choices for users to select when creating TemplateCreatives."],["It includes a `label` field for display and a `value` field used when creating TemplateCreatives, both with a maximum length of 255 characters."],["The `label` provides a user-friendly description, while the `value` is used for actual selection during TemplateCreative creation."]]],["The `ListStringCreativeTemplateVariable` stores selectable variable choices for users. It contains two key fields: `label`, a user-facing descriptive string (max 255 characters) displayed when creating a `TemplateCreative`; and `value`, an associated string (max 255 characters) used to match with `StringCreativeTemplateVariableValue` when creating a `TemplateCreative`. Both `label` and `value` are required attributes. The variables will be found on `CreativeTemplateService`.\n"]]