Represents a list variable defined in a creative template. This is similar to StringCreativeTemplateVariable, except that there are possible choices to choose from.
More...
|
ListStringCreativeTemplateVariableVariableChoice[] | choices [get, set] |
| The values within the list users need to select from. More...
|
|
bool | allowOtherChoice [get, set] |
|
bool | allowOtherChoiceSpecified [get, set] |
|
string | defaultValue [get, set] |
| Default value to be filled in when creating creatives from the creative template. More...
|
|
string | label [get, set] |
| Label that is displayed to users when creating TemplateCreative from the CreativeTemplate. This attribute is required and has a maximum length of 127 characters. More...
|
|
string | uniqueName [get, set] |
| Unique name used to identify the variable. This attribute is read-only and is assigned by Google, by deriving from label, when a creative template variable is created. More...
|
|
string | description [get, set] |
| A descriptive help text that is displayed to users along with the label. This attribute is required and has a maximum length of 255 characters. More...
|
|
bool | isRequired [get, set] |
|
bool | isRequiredSpecified [get, set] |
|
Represents a list variable defined in a creative template. This is similar to StringCreativeTemplateVariable, except that there are possible choices to choose from.
Use StringCreativeTemplateVariableValue to specify the value for this variable when creating a TemplateCreative from a CreativeTemplate.
bool Google.Api.Ads.AdManager.v202311.ListStringCreativeTemplateVariable.allowOtherChoice |
|
getset |
true
if a user can specifiy an 'other' value. For example, if a variable called backgroundColor is defined as a list with values: red, green, blue, this boolean can be set to allow a user to enter a value not on the list such as purple.
bool Google.Api.Ads.AdManager.v202311.ListStringCreativeTemplateVariable.allowOtherChoiceSpecified |
|
getset |
The values within the list users need to select from.
The documentation for this class was generated from the following file: