[Question] Where is VAST video ad started event ?
See original GitHub issueHi,
The AdEvent types are described here but i can’t figure which one is the VAST video ad started ? (especially when it is a VPAID which play video ad)
According IAB VPAID 2.0 documentation, the AdStarted
event (google.ima.AdEvent.type.STARTED
?) is fired as the result of calling the startAd() VPAID method. (ad unit started)
But i can’t find in documentation the IMA equivalent to VAST AdVideoStart
event :
AdStarted --> google.ima.AdEvent.type.STARTED
AdImpression --> google.ima.AdEvent.type.IMPRESSION
AdVideoStart --> ???
AdVideoFirstQuartile --> google.ima.AdEvent.type.FIRST_QUARTILE
AdVideoMidpoint --> google.ima.AdEvent.type.MIDPOINT
AdVideoThirdQuartile --> google.ima.AdEvent.type.THIRD_QUARTILE
AdVideoComplete --> google.ima.AdEvent.type.COMPLETE
Does someone have a clue ?
Issue Analytics
- State:
- Created 7 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
VAST (Video Ad Serving Template) Explained
VAST (video ad serving template) is a specification used by ad platforms and video players to deliver and playback digital video ads.
Read more >How to use ad impression event with videojs_5 vast-vpaid ...
Ad impression will always be fired when the ad started? Is there a way to track ads duration events? (first-quartile,second,etc) Will it be ......
Read more >What Are VAST Tags? A Guide for Digital Publishers - Publift
A VAST tag (Video Ad Serving Template) is a script that allows video players and ad servers to communicate with each other effectively....
Read more >Video Ad Serving Template (VAST) - VERSION 4.2
Tracking. VAST tracking is implemented using a number of individual tracking elements that map to video events, such as video start or video...
Read more >What are Vast tags - all you wanted to know - SmartHub
Is VAST tag only for video ads? ... Ads can be served onto multiple ad inventories within many kinds of video ad players....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for the feedback - I’m going to close this case out but feel free to re-open it if you need additional help.
Thank you @shawnbuso that’s more clear to me.
I will do more tests with these infos. The re-use of STARTED should be added to SDK documentation, i had hard time to figure out why this event was fired by tier VPAID on ad inventory response.