public class UrlCreativeTemplateVariable extends CreativeTemplateVariable
Use UrlCreativeTemplateVariableValue to specify the value
for this variable when creating TemplateCreative from the TemplateCreative
Java class for UrlCreativeTemplateVariable complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UrlCreativeTemplateVariable">
<complexContent>
<extension base="{https://www.google.com/apis/ads/publisher/v201802}CreativeTemplateVariable">
<sequence>
<element name="defaultValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="isTrackingUrl" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
defaultValue |
protected Boolean |
isTrackingUrl |
description, isRequired, label, uniqueName| Constructor and Description |
|---|
UrlCreativeTemplateVariable() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValue()
Gets the value of the defaultValue property.
|
Boolean |
isIsTrackingUrl()
Gets the value of the isTrackingUrl property.
|
void |
setDefaultValue(String value)
Sets the value of the defaultValue property.
|
void |
setIsTrackingUrl(Boolean value)
Sets the value of the isTrackingUrl property.
|
getDescription, getLabel, getUniqueName, isIsRequired, setDescription, setIsRequired, setLabel, setUniqueNameprotected String defaultValue
protected Boolean isTrackingUrl
public String getDefaultValue()
Stringpublic void setDefaultValue(String value)
value - allowed object is
Stringpublic Boolean isIsTrackingUrl()
BooleanCopyright © 2018. All Rights Reserved.