public class InternalRedirectCreative extends Creative implements Serializable
Creative hosted by either DoubleClick for Advertisers
(DFA) or DART
for Publishers.
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..
| Constructor and Description |
|---|
InternalRedirectCreative() |
InternalRedirectCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String creativeType,
Size assetSize,
String internalRedirectUrl,
Boolean overrideSize,
Boolean isInterstitial) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Size |
getAssetSize()
Gets the assetSize value for this InternalRedirectCreative.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getInternalRedirectUrl()
Gets the internalRedirectUrl value for this InternalRedirectCreative.
|
Boolean |
getIsInterstitial()
Gets the isInterstitial value for this InternalRedirectCreative.
|
Boolean |
getOverrideSize()
Gets the overrideSize value for this InternalRedirectCreative.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setAssetSize(Size assetSize)
Sets the assetSize value for this InternalRedirectCreative.
|
void |
setInternalRedirectUrl(String internalRedirectUrl)
Sets the internalRedirectUrl value for this InternalRedirectCreative.
|
void |
setIsInterstitial(Boolean isInterstitial)
Sets the isInterstitial value for this InternalRedirectCreative.
|
void |
setOverrideSize(Boolean overrideSize)
Sets the overrideSize value for this InternalRedirectCreative.
|
getAdvertiserId, getAppliedLabels, getAppliedLabels, getCreativeType, getCustomFieldValues, getCustomFieldValues, getId, getLastModifiedDateTime, getName, getPreviewUrl, getSize, setAdvertiserId, setAppliedLabels, setAppliedLabels, setCreativeType, setCustomFieldValues, setCustomFieldValues, setId, setLastModifiedDateTime, setName, setPreviewUrl, setSizepublic InternalRedirectCreative()
public InternalRedirectCreative(Long advertiserId, Long id, String name, Size size, String previewUrl, AppliedLabel[] appliedLabels, DateTime lastModifiedDateTime, BaseCustomFieldValue[] customFieldValues, String creativeType, Size assetSize, String internalRedirectUrl, Boolean overrideSize, Boolean isInterstitial)
public Size getAssetSize()
size if
users set overrideSize to true.
This attribute is read-only and is populated
by Google.public void setAssetSize(Size assetSize)
assetSize - * The asset size of an internal redirect creative.
Note that this may differ from size if
users set overrideSize to true.
This attribute is read-only and is populated
by Google.public String getInternalRedirectUrl()
public void setInternalRedirectUrl(String internalRedirectUrl)
internalRedirectUrl - * The internal redirect URL of the DFA or DART for Publishers
hosted creative.
This attribute is required and has a maximum length
of 1024 characters.public Boolean getOverrideSize()
public void setOverrideSize(Boolean overrideSize)
overrideSize - * Allows the creative size to differ from the actual size specified
in the
internal redirect's url. This attribute is optional.public Boolean getIsInterstitial()
true if this internal redirect creative is interstitial.public void setIsInterstitial(Boolean isInterstitial)
isInterstitial - * true if this internal redirect creative is interstitial.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All Rights Reserved.