type ListStringCreativeTemplateVariable.VariableChoice (v202411)

  • ListStringCreativeTemplateVariable stores choices for users to select when creating TemplateCreatives.

  • It includes a user-friendly label and a corresponding value for programmatic selection.

  • Both label and value are required and have a maximum length of 255 characters.

  • The label is for display and should be more descriptive, while the value is used for internal matching when creating TemplateCreatives.

Stores variable choices that users can select from


Namespace
https://www.google.com/apis/ads/publisher/v202411

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.