Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Google.Api.Ads.AdManager.v202305.ListStringCreativeTemplateVariable Class Reference

Represents a list variable defined in a creative template. This is similar to StringCreativeTemplateVariable, except that there are possible choices to choose from. More...

Inheritance diagram for Google.Api.Ads.AdManager.v202305.ListStringCreativeTemplateVariable:
Google.Api.Ads.AdManager.v202305.StringCreativeTemplateVariable Google.Api.Ads.AdManager.v202305.CreativeTemplateVariable

Properties

ListStringCreativeTemplateVariableVariableChoice[] choices [get, set]
 The values within the list users need to select from. More...
 
bool allowOtherChoice [get, set]
 
bool allowOtherChoiceSpecified [get, set]
 
- Properties inherited from Google.Api.Ads.AdManager.v202305.StringCreativeTemplateVariable
string defaultValue [get, set]
 Default value to be filled in when creating creatives from the creative template. More...
 
- Properties inherited from Google.Api.Ads.AdManager.v202305.CreativeTemplateVariable
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]
 

Detailed Description

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.

Property Documentation

bool Google.Api.Ads.AdManager.v202305.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.v202305.ListStringCreativeTemplateVariable.allowOtherChoiceSpecified
getset

true, if a value is specified for allowOtherChoice, false otherwise.

ListStringCreativeTemplateVariableVariableChoice [] Google.Api.Ads.AdManager.v202305.ListStringCreativeTemplateVariable.choices
getset

The values within the list users need to select from.


The documentation for this class was generated from the following file: