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

Represents a url variable defined in a creative template. More...

Inheritance diagram for Google.Api.Ads.AdManager.v202305.UrlCreativeTemplateVariable:
Google.Api.Ads.AdManager.v202305.CreativeTemplateVariable

Properties

string defaultValue [get, set]
 Default value to be filled in when creating creatives from the creative template. More...
 
bool isTrackingUrl [get, set]
 When true, if the URL is identified as from a known vendor, cache-busting macros will automatically be inserted upon save. More...
 
bool isTrackingUrlSpecified [get, set]
 
- 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 url variable defined in a creative template.

Use UrlCreativeTemplateVariableValue to specify the value for this variable when creating TemplateCreative from the TemplateCreative

Property Documentation

string Google.Api.Ads.AdManager.v202305.UrlCreativeTemplateVariable.defaultValue
getset

Default value to be filled in when creating creatives from the creative template.

bool Google.Api.Ads.AdManager.v202305.UrlCreativeTemplateVariable.isTrackingUrl
getset

When true, if the URL is identified as from a known vendor, cache-busting macros will automatically be inserted upon save.

bool Google.Api.Ads.AdManager.v202305.UrlCreativeTemplateVariable.isTrackingUrlSpecified
getset

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


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