public class ExpandedTextAd extends Ad
Caution: Expanded text ads do not use url,
displayUrl, finalAppUrls, or
devicePreference;
setting these fields on an expanded text ad will cause an error.
This is enabled for AdX.
Java class for ExpandedTextAd complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExpandedTextAd">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}Ad">
<sequence>
<element name="headlinePart1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="headlinePart2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="headlinePart3" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="description2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="path1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="path2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
description2 |
protected String |
headlinePart1 |
protected String |
headlinePart2 |
protected String |
headlinePart3 |
protected String |
path1 |
protected String |
path2 |
adType, automated, devicePreference, displayUrl, finalAppUrls, finalMobileUrls, finalUrls, finalUrlSuffix, id, systemManagedEntitySource, trackingUrlTemplate, type, url, urlCustomParameters, urlData| Constructor and Description |
|---|
ExpandedTextAd() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getDescription2()
Gets the value of the description2 property.
|
String |
getHeadlinePart1()
Gets the value of the headlinePart1 property.
|
String |
getHeadlinePart2()
Gets the value of the headlinePart2 property.
|
String |
getHeadlinePart3()
Gets the value of the headlinePart3 property.
|
String |
getPath1()
Gets the value of the path1 property.
|
String |
getPath2()
Gets the value of the path2 property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDescription2(String value)
Sets the value of the description2 property.
|
void |
setHeadlinePart1(String value)
Sets the value of the headlinePart1 property.
|
void |
setHeadlinePart2(String value)
Sets the value of the headlinePart2 property.
|
void |
setHeadlinePart3(String value)
Sets the value of the headlinePart3 property.
|
void |
setPath1(String value)
Sets the value of the path1 property.
|
void |
setPath2(String value)
Sets the value of the path2 property.
|
getAdType, getDevicePreference, getDisplayUrl, getFinalAppUrls, getFinalMobileUrls, getFinalUrls, getFinalUrlSuffix, getId, getSystemManagedEntitySource, getTrackingUrlTemplate, getType, getUrl, getUrlCustomParameters, getUrlData, isAutomated, setAdType, setAutomated, setDevicePreference, setDisplayUrl, setFinalUrlSuffix, setId, setSystemManagedEntitySource, setTrackingUrlTemplate, setType, setUrl, setUrlCustomParametersprotected String headlinePart1
protected String headlinePart2
protected String headlinePart3
protected String description
protected String description2
protected String path1
protected String path2
public String getHeadlinePart1()
Stringpublic void setHeadlinePart1(String value)
value - allowed object is
Stringpublic String getHeadlinePart2()
Stringpublic void setHeadlinePart2(String value)
value - allowed object is
Stringpublic String getHeadlinePart3()
Stringpublic void setHeadlinePart3(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getDescription2()
Stringpublic void setDescription2(String value)
value - allowed object is
Stringpublic String getPath1()
Stringpublic void setPath1(String value)
value - allowed object is
Stringpublic String getPath2()
StringCopyright © 2023. All rights reserved.