public class VpaidLinearCreative extends HasDestinationUrlCreative
Creative that displays a DFP-hosted Flash-based ad and is served via VAST XML. It
is displayed in a linear fashion with a video (before, after, interrupting). This creative is
read only.
This creative type has been deprecated as part of the Flash deprecation.
Java class for VpaidLinearCreative complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VpaidLinearCreative">
<complexContent>
<extension base="{https://www.google.com/apis/ads/publisher/v201711}HasDestinationUrlCreative">
<sequence>
<element name="overrideSize" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="companionCreativeIds" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/>
<element name="trackingUrls" type="{https://www.google.com/apis/ads/publisher/v201711}ConversionEvent_TrackingUrlsMapEntry" maxOccurs="unbounded" minOccurs="0"/>
<element name="customParameters" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="duration" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="vastPreviewUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="sslScanResult" type="{https://www.google.com/apis/ads/publisher/v201711}SslScanResult" minOccurs="0"/>
<element name="sslManualOverride" type="{https://www.google.com/apis/ads/publisher/v201711}SslManualOverride" minOccurs="0"/>
<element name="flashAsset" type="{https://www.google.com/apis/ads/publisher/v201711}CreativeAsset" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Long> |
companionCreativeIds |
protected String |
customParameters |
protected Integer |
duration |
protected CreativeAsset |
flashAsset |
protected Boolean |
overrideSize |
protected SslManualOverride |
sslManualOverride |
protected SslScanResult |
sslScanResult |
protected List<ConversionEventTrackingUrlsMapEntry> |
trackingUrls |
protected String |
vastPreviewUrl |
destinationUrl, destinationUrlTypeadvertiserId, appliedLabels, customFieldValues, id, lastModifiedDateTime, name, policyViolations, previewUrl, size| Constructor and Description |
|---|
VpaidLinearCreative() |
| Modifier and Type | Method and Description |
|---|---|
List<Long> |
getCompanionCreativeIds()
Gets the value of the companionCreativeIds property.
|
String |
getCustomParameters()
Gets the value of the customParameters property.
|
Integer |
getDuration()
Gets the value of the duration property.
|
CreativeAsset |
getFlashAsset()
Gets the value of the flashAsset property.
|
SslManualOverride |
getSslManualOverride()
Gets the value of the sslManualOverride property.
|
SslScanResult |
getSslScanResult()
Gets the value of the sslScanResult property.
|
List<ConversionEventTrackingUrlsMapEntry> |
getTrackingUrls()
Gets the value of the trackingUrls property.
|
String |
getVastPreviewUrl()
Gets the value of the vastPreviewUrl property.
|
Boolean |
isOverrideSize()
Gets the value of the overrideSize property.
|
void |
setCustomParameters(String value)
Sets the value of the customParameters property.
|
void |
setDuration(Integer value)
Sets the value of the duration property.
|
void |
setFlashAsset(CreativeAsset value)
Sets the value of the flashAsset 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.
|
void |
setVastPreviewUrl(String value)
Sets the value of the vastPreviewUrl property.
|
getDestinationUrl, getDestinationUrlType, setDestinationUrl, setDestinationUrlTypegetAdvertiserId, getAppliedLabels, getCustomFieldValues, getId, getLastModifiedDateTime, getName, getPolicyViolations, getPreviewUrl, getSize, setAdvertiserId, setId, setLastModifiedDateTime, setName, setPreviewUrl, setSizeprotected Boolean overrideSize
protected List<ConversionEventTrackingUrlsMapEntry> trackingUrls
protected String customParameters
protected Integer duration
protected String vastPreviewUrl
protected SslScanResult sslScanResult
protected SslManualOverride sslManualOverride
protected CreativeAsset flashAsset
public Boolean isOverrideSize()
Booleanpublic void setOverrideSize(Boolean value)
value - allowed object is
Booleanpublic List<Long> getCompanionCreativeIds()
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 companionCreativeIds property.
For example, to add a new item, do as follows:
getCompanionCreativeIds().add(newItem);
Objects of the following type(s) are allowed in the list
Long
public List<ConversionEventTrackingUrlsMapEntry> getTrackingUrls()
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 trackingUrls property.
For example, to add a new item, do as follows:
getTrackingUrls().add(newItem);
Objects of the following type(s) are allowed in the list
ConversionEventTrackingUrlsMapEntry
public String getCustomParameters()
Stringpublic void setCustomParameters(String value)
value - allowed object is
Stringpublic Integer getDuration()
Integerpublic void setDuration(Integer value)
value - allowed object is
Integerpublic String getVastPreviewUrl()
Stringpublic void setVastPreviewUrl(String value)
value - allowed object is
Stringpublic SslScanResult getSslScanResult()
SslScanResultpublic void setSslScanResult(SslScanResult value)
value - allowed object is
SslScanResultpublic SslManualOverride getSslManualOverride()
SslManualOverridepublic void setSslManualOverride(SslManualOverride value)
value - allowed object is
SslManualOverridepublic CreativeAsset getFlashAsset()
CreativeAssetpublic void setFlashAsset(CreativeAsset value)
value - allowed object is
CreativeAssetCopyright © 2018. All Rights Reserved.