public class ThirdPartyRedirectAd extends RichMediaAd
Java class for ThirdPartyRedirectAd complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ThirdPartyRedirectAd">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}RichMediaAd">
<sequence>
<element name="isCookieTargeted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="isUserInterestTargeted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="isTagged" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="videoTypes" type="{https://adwords.google.com/api/adwords/cm/v201809}VideoType" maxOccurs="unbounded" minOccurs="0"/>
<element name="expandingDirections" type="{https://adwords.google.com/api/adwords/cm/v201809}ThirdPartyRedirectAd.ExpandingDirection" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ThirdPartyRedirectAdExpandingDirection> |
expandingDirections |
protected Boolean |
isCookieTargeted |
protected Boolean |
isTagged |
protected Boolean |
isUserInterestTargeted |
protected List<VideoType> |
videoTypes |
adAttributes, adDuration, certifiedVendorFormatId, dimensions, impressionBeaconUrl, name, richMediaAdType, snippet, sourceUrladType, automated, devicePreference, displayUrl, finalAppUrls, finalMobileUrls, finalUrls, finalUrlSuffix, id, systemManagedEntitySource, trackingUrlTemplate, type, url, urlCustomParameters, urlData| Constructor and Description |
|---|
ThirdPartyRedirectAd() |
| Modifier and Type | Method and Description |
|---|---|
List<ThirdPartyRedirectAdExpandingDirection> |
getExpandingDirections()
Gets the value of the expandingDirections property.
|
List<VideoType> |
getVideoTypes()
Gets the value of the videoTypes property.
|
Boolean |
isIsCookieTargeted()
Gets the value of the isCookieTargeted property.
|
Boolean |
isIsTagged()
Gets the value of the isTagged property.
|
Boolean |
isIsUserInterestTargeted()
Gets the value of the isUserInterestTargeted property.
|
void |
setIsCookieTargeted(Boolean value)
Sets the value of the isCookieTargeted property.
|
void |
setIsTagged(Boolean value)
Sets the value of the isTagged property.
|
void |
setIsUserInterestTargeted(Boolean value)
Sets the value of the isUserInterestTargeted property.
|
getAdAttributes, getAdDuration, getCertifiedVendorFormatId, getDimensions, getImpressionBeaconUrl, getName, getRichMediaAdType, getSnippet, getSourceUrl, setAdDuration, setCertifiedVendorFormatId, setDimensions, setImpressionBeaconUrl, setName, setRichMediaAdType, setSnippet, setSourceUrlgetAdType, 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 Boolean isCookieTargeted
protected Boolean isUserInterestTargeted
protected Boolean isTagged
protected List<ThirdPartyRedirectAdExpandingDirection> expandingDirections
public Boolean isIsCookieTargeted()
Booleanpublic void setIsCookieTargeted(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsUserInterestTargeted()
Booleanpublic void setIsUserInterestTargeted(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsTagged()
Booleanpublic void setIsTagged(Boolean value)
value - allowed object is
Booleanpublic List<VideoType> getVideoTypes()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the videoTypes property.
For example, to add a new item, do as follows:
getVideoTypes().add(newItem);
Objects of the following type(s) are allowed in the list
VideoType
public List<ThirdPartyRedirectAdExpandingDirection> getExpandingDirections()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the expandingDirections property.
For example, to add a new item, do as follows:
getExpandingDirections().add(newItem);
Objects of the following type(s) are allowed in the list
ThirdPartyRedirectAdExpandingDirection
Copyright © 2023. All rights reserved.