radiantmediaplayer / rmp-vast

A client-side JavaScript solution to load, parse and display VAST 2, 3 & 4 resources with HTML5 video
https://www.radiantmediaplayer.com/rmp-vast/app/
Other
95 stars 37 forks source link

Viewable impression tracker not firing #33

Closed DarkCC7 closed 2 years ago

DarkCC7 commented 3 years ago

Hi, It seems that the viewable impression tracker is not firing. I tried with this VAST 4 sample: https://github.com/InteractiveAdvertisingBureau/VAST_Samples/blob/master/VAST%204.0%20Samples/Viewable_Impression-test.xml Best

radiantmediaplayer commented 3 years ago

Yes we know about that. The issue is that the ViewableImpression tag is in a Wrapper and not in an InLine element. If you try with https://www.radiantmediaplayer.com/vast/tags/inline-linear-viewable.xml then it should work. I have opened a ticket at https://github.com/dailymotion/vast-client-js/issues/378 for this now.

radiantmediaplayer commented 2 years ago

This is now included with rmp-vast 6.0.0 (through upgrade to vast-client-js 4.0.0)

radiantmediaplayer commented 2 years ago

Hi, This works as expected. Try the tag https://www.radiantmediaplayer.com/vast/tags/iab/vast4_2/Viewable_Impression-test.xml at https://www.radiantmediaplayer.com/rmp-vast/app/ and you will see the ViewableImpression pings firing as expected. If this is about another issue please open a new issue. Thanks