googleads / videojs-ima

IMA SDK Plugin for Video.js
Apache License 2.0
450 stars 284 forks source link

Ad response empty ONLY on iframe embed. Loading player directly shows ad. #876

Closed bcorvino closed 4 years ago

bcorvino commented 4 years ago

Hi,

We recently noticed an issue with no code change wherein our ad responses come back consistently empty on remotely embedded players, but playback correctly when the embedded player is loaded in a web page. You can see the bug in action at:

https://*****

(no ad)

vs the player embedded on that page: http://*** which does play an ad (ad response not empty).

Looking for any guidance on this issue. Thanks!

bcorvino commented 4 years ago

Sorry that close was an error. Thank you for looking into this!

arnaudcasame commented 4 years ago

Hi,

I was able to reproduce the behavior that you're seeing with the empty vast being returned. However, the issue is not with the videojs-ima plugin, it's an ad serving issue, the ad server returns an empty VAST XML when the ad request comes primarygames.com and not from the batterypop.net website. We would recommend you to reach out to your ad provider so they can help you fix it.

bcorvino commented 4 years ago

Hi Arnaud,

Almost correct. Turns out DFP had changed its COPPA rules and ad trafficing team hadn't updated the tag correctly. Same behavior, different cause. Thank you so much for your attention to this.

Bill