You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to add an Ad Bug/image in the upper-left hand of the ad roll. I'm using video.js and contrib-ads in a React app. I've looked through the documentation and don't see anything that seems to point me in the right direction. TIA.
The text was updated successfully, but these errors were encountered:
Hello! This plugin is really only intended to provide an integration layer between video.js and an ad implementation like googleads/videojs-ima3 which handles requesting, displaying and playin ads. As far as I know with IMA3, you can't add an ad/bug or image to the ad roll.
It might be possible, at least with an inline player (as opposed to native/fullscreen on say iOS) to place a videojs overlay (https://github.com/brightcove/videojs-overlay) on top of the ad container with your bug/image. You could use contrib-ads to listen for the event ads-ad-started and showing your overlay then and removing it on ads-ad-ended.
Question:
Is it possible to add an Ad Bug/image in the upper-left hand of the ad roll. I'm using video.js and contrib-ads in a React app. I've looked through the documentation and don't see anything that seems to point me in the right direction. TIA.
The text was updated successfully, but these errors were encountered: