public class ExpandedDynamicSearchAd extends Ad
Auto-generated fields: headline, final URLs and display URL.
Required fields: description.
The tracking URL field must contain at least one of the following placeholder tags (URL parameters):
Java class for ExpandedDynamicSearchAd complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExpandedDynamicSearchAd">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}Ad">
<sequence>
<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"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
description2 |
adType, automated, devicePreference, displayUrl, finalAppUrls, finalMobileUrls, finalUrls, finalUrlSuffix, id, systemManagedEntitySource, trackingUrlTemplate, type, url, urlCustomParameters, urlData| Constructor and Description |
|---|
ExpandedDynamicSearchAd() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getDescription2()
Gets the value of the description2 property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDescription2(String value)
Sets the value of the description2 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, setUrlCustomParameterspublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getDescription2()
StringCopyright © 2023. All rights reserved.