public class ProductAd extends Ad
Java class for ProductAd complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProductAd">
<complexContent>
<extension base="{https://bingads.microsoft.com/CampaignManagement/v13}Ad">
<sequence>
<element name="PromotionalText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
promotionalText |
adFormatPreference, devicePreference, editorialStatus, finalAppUrls, finalMobileUrls, finalUrls, finalUrlSuffix, forwardCompatibilityMap, id, status, trackingUrlTemplate, type, urlCustomParameters| Constructor and Description |
|---|
ProductAd() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPromotionalText()
Gets the value of the promotionalText property.
|
void |
setPromotionalText(String value)
Sets the value of the promotionalText property.
|
getAdFormatPreference, getDevicePreference, getEditorialStatus, getFinalAppUrls, getFinalMobileUrls, getFinalUrls, getFinalUrlSuffix, getForwardCompatibilityMap, getId, getStatus, getTrackingUrlTemplate, getType, getUrlCustomParameters, setAdFormatPreference, setDevicePreference, setEditorialStatus, setFinalAppUrls, setFinalMobileUrls, setFinalUrls, setFinalUrlSuffix, setForwardCompatibilityMap, setId, setStatus, setTrackingUrlTemplate, setType, setUrlCustomParametersCopyright © 2024. All rights reserved.