Interface Wrapper
-
- All Implemented Interfaces:
public interface WrapperRepresents a parsed
<Wrapper>element.
-
-
Method Summary
Modifier and Type Method Description abstract BooleangetFollowAdditionalWrappers()the boolean value that identifies whether subsequent Wrappers after a requested VAST response is allowed. abstract BooleangetAllowMultipleAds()the boolean value that identifies whether multiple ads are allowed in the requested VAST response. abstract BooleangetFallbackOnNoAd()the boolean value that t provides instruction for using an available Ad when the requested VAST response returns no ads. abstract List<String>getImpressions()the list of abstract StringgetVastAdTagUri()the value used to provide a URI to a secondary VAST response. abstract AdSystemgetAdSystem()The ad serving party must provide a descriptive name for the system that serves the ad. abstract List<String>getErrors()the uris that provides a tracking resource for the error. abstract ViewableImpressiongetViewableImpression()The ad server may provide URIs for tracking publisher-determined viewability. abstract List<Verification>getAdVerifications()the list of Verification. abstract List<Extension>getExtensions()the list of Extension. abstract List<Creative>getCreatives()the list of Creative. abstract List<String>getBlockedAdCategories()the list of string used in creative separation and for compliance in certain programs. -
-
Method Detail
-
getFollowAdditionalWrappers
abstract Boolean getFollowAdditionalWrappers()
the boolean value that identifies whether subsequent Wrappers after a requested VAST response is allowed. If
false, any Wrappers received (i.e. no an Inline VAST response) should be ignored. Otherwise, VAST Wrapper received should be accepted. (default value istrue)
-
getAllowMultipleAds
abstract Boolean getAllowMultipleAds()
the boolean value that identifies whether multiple ads are allowed in the requested VAST response. If
true, both Pods and stand-alone ads are allowed. Iffalse, only the first stand-alone Ad (with nosequencevalues) in the requested VAST response is allowed. Default value isfalse.
-
getFallbackOnNoAd
abstract Boolean getFallbackOnNoAd()
the boolean value that t provides instruction for using an available Ad when the requested VAST response returns no ads. If
true, the media player should select from any stand-alone ads available. Iffalseand the Wrapper represents an Ad in a Pod, the media player should move on to the next Ad in a Pod; otherwise, the media player can follow through at its own discretion where no-ad responses are concerned.
-
getImpressions
abstract List<String> getImpressions()
the list of
-
getVastAdTagUri
abstract String getVastAdTagUri()
the value used to provide a URI to a secondary VAST response.
-
getAdSystem
abstract AdSystem getAdSystem()
The ad serving party must provide a descriptive name for the system that serves the ad.
-
getErrors
abstract List<String> getErrors()
the uris that provides a tracking resource for the error.
-
getViewableImpression
abstract ViewableImpression getViewableImpression()
The ad server may provide URIs for tracking publisher-determined viewability.
-
getAdVerifications
abstract List<Verification> getAdVerifications()
the list of Verification.
-
getExtensions
abstract List<Extension> getExtensions()
the list of Extension.
-
getCreatives
abstract List<Creative> getCreatives()
the list of Creative.
-
getBlockedAdCategories
abstract List<String> getBlockedAdCategories()
the list of string used in creative separation and for compliance in certain programs. In a wrapper.
-
-
-
-