Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrapper Fails to Load Samples Due to "sequence" #26

Open
philn5d-ar opened this issue Oct 1, 2020 · 0 comments
Open

Wrapper Fails to Load Samples Due to "sequence" #26

philn5d-ar opened this issue Oct 1, 2020 · 0 comments

Comments

@philn5d-ar
Copy link

In all the VAST 4.0 standalone samples there are sequence attributes. However, this is leading to a failure of VAST clients (vast-client from Dailymotion, for example) to fail to parse the sample ad content. We are using Google Ad Manager which delivers a wrapped ad.

In the VAST 4.1 spec:

"3.3.1 Ad Pods and Stand-Alone Ads
TOC Schema
While a single element represents the most common VAST response, multiple ads
may be included as either stand-alone ads or a Pod of ads, or a mix of both. Ads in a Pod
are distinguished by using the sequence attribute for an , denoting which ad plays first,
second, and so on. If the player supports Ad Pods, sequenced ads are played in numerical
order and all ads in the Pod should be played to the best of the player's ability. All sequence
values in a VAST response must be unique."

and...

"allowMultipleAds - a Boolean value that identifies whether multiple ads are allowed in the
requested VAST response. If true, both Pods and stand-alone ads are allowed.
If false, only the first stand-alone Ad (with no sequence values) in the
requested VAST response is allowed. Default value is “false.”"

This means the samples should NOT be allowed in a wrapper, but they are really standalone ads since there is only one. Therefore, the sequence should be removed from each sample with only one ad.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant