googleads / videojs-ima

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

VMAP tags not working #1040

Closed gcarrion-gfrmedia closed 2 years ago

gcarrion-gfrmedia commented 2 years ago

We have integrated VideoJS 7.17.0 and videojs-ima plugin 1.11.0 into our player using AdManager.

We're trying to display VMAP creatives and we're doing tests with our player, but although the ad tag is called, the subsequent ad calls are not fired. With standard VAST tags, it works fine, it is just when the ad response is in VMAP format that it doesn't work.

Here is an example link: https://player-qa.videoplatform.tv/player/275676.html Notice there that when the video is clicked, there's a wait time for the ad to load, then it times out and the main video starts to play, but the ad is never displayed. You can also see the ad request that is returned in VMAP format, but the in the main tag is never called by the player.

Here is also a screen recording of the process: https://www.awesomescreenshot.com/video/8354504?key=67e899e7138c0eeb9ce5d7d451ef93f9

Here is another sample, but this one, the ad call returns a VAST instead o VMAP, notice this one works https://player.videoplatform.tv/player/275676.html

Please let me know if additional details/samples are needed.

Thanks!

Kiro705 commented 2 years ago

Hello @gcarrion-gfrmedia ,

When testing with the IMA sample VMAP tag in the VideoJS-IMA advanced sample and saw the sample load as expected.

I would recommend testing your own VMAP tag in the advanced sample, and also the VSI player to rule out the tag being the issue.

Thank you, Jackson IMA SDK team