public class InternalRedirectCreative extends Creative
Creative hosted by DoubleClick for Advertisers (DFA).
Similar to third-party creatives, a DoubleClick tag is used to retrieve a creative asset. However, DoubleClick tags are not sent to the user's browser. Instead, they are processed internally within the DoubleClick system..
Java class for InternalRedirectCreative complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InternalRedirectCreative">
<complexContent>
<extension base="{https://www.google.com/apis/ads/publisher/v201708}Creative">
<sequence>
<element name="lockedOrientation" type="{https://www.google.com/apis/ads/publisher/v201708}LockedOrientation" minOccurs="0"/>
<element name="assetSize" type="{https://www.google.com/apis/ads/publisher/v201708}Size" minOccurs="0"/>
<element name="internalRedirectUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="overrideSize" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="isInterstitial" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="sslScanResult" type="{https://www.google.com/apis/ads/publisher/v201708}SslScanResult" minOccurs="0"/>
<element name="sslManualOverride" type="{https://www.google.com/apis/ads/publisher/v201708}SslManualOverride" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Size |
assetSize |
protected String |
internalRedirectUrl |
protected Boolean |
isInterstitial |
protected LockedOrientation |
lockedOrientation |
protected Boolean |
overrideSize |
protected SslManualOverride |
sslManualOverride |
protected SslScanResult |
sslScanResult |
advertiserId, appliedLabels, customFieldValues, id, lastModifiedDateTime, name, policyViolations, previewUrl, size| Constructor and Description |
|---|
InternalRedirectCreative() |
| Modifier and Type | Method and Description |
|---|---|
Size |
getAssetSize()
Gets the value of the assetSize property.
|
String |
getInternalRedirectUrl()
Gets the value of the internalRedirectUrl property.
|
LockedOrientation |
getLockedOrientation()
Gets the value of the lockedOrientation property.
|
SslManualOverride |
getSslManualOverride()
Gets the value of the sslManualOverride property.
|
SslScanResult |
getSslScanResult()
Gets the value of the sslScanResult property.
|
Boolean |
isIsInterstitial()
Gets the value of the isInterstitial property.
|
Boolean |
isOverrideSize()
Gets the value of the overrideSize property.
|
void |
setAssetSize(Size value)
Sets the value of the assetSize property.
|
void |
setInternalRedirectUrl(String value)
Sets the value of the internalRedirectUrl property.
|
void |
setIsInterstitial(Boolean value)
Sets the value of the isInterstitial property.
|
void |
setLockedOrientation(LockedOrientation value)
Sets the value of the lockedOrientation property.
|
void |
setOverrideSize(Boolean value)
Sets the value of the overrideSize property.
|
void |
setSslManualOverride(SslManualOverride value)
Sets the value of the sslManualOverride property.
|
void |
setSslScanResult(SslScanResult value)
Sets the value of the sslScanResult property.
|
getAdvertiserId, getAppliedLabels, getCustomFieldValues, getId, getLastModifiedDateTime, getName, getPolicyViolations, getPreviewUrl, getSize, setAdvertiserId, setId, setLastModifiedDateTime, setName, setPreviewUrl, setSizeprotected LockedOrientation lockedOrientation
protected Size assetSize
protected String internalRedirectUrl
protected Boolean overrideSize
protected Boolean isInterstitial
protected SslScanResult sslScanResult
protected SslManualOverride sslManualOverride
public LockedOrientation getLockedOrientation()
LockedOrientationpublic void setLockedOrientation(LockedOrientation value)
value - allowed object is
LockedOrientationpublic Size getAssetSize()
Sizepublic void setAssetSize(Size value)
value - allowed object is
Sizepublic String getInternalRedirectUrl()
Stringpublic void setInternalRedirectUrl(String value)
value - allowed object is
Stringpublic Boolean isOverrideSize()
Booleanpublic void setOverrideSize(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsInterstitial()
Booleanpublic void setIsInterstitial(Boolean value)
value - allowed object is
Booleanpublic SslScanResult getSslScanResult()
SslScanResultpublic void setSslScanResult(SslScanResult value)
value - allowed object is
SslScanResultpublic SslManualOverride getSslManualOverride()
SslManualOverridepublic void setSslManualOverride(SslManualOverride value)
value - allowed object is
SslManualOverrideCopyright © 2018. All Rights Reserved.