googleads / videojs-ima

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

Help: how exactly would you play 2 ads on each quartile? #958

Closed alechash closed 3 years ago

alechash commented 3 years ago

The documentation isn't 100% clear, how exactly would you play 2 ads on each quartile?

Thanks

Kiro705 commented 3 years ago

Hello @mr-winson,

The videoJS-IMA plugin does not have a specific method to make ad requests at a percentage of the content video. In you implementation, you will need to have a listener determine when it is the appropriate time, and then make the ad request.

Let me know if you have any questions.

Thank you, Jackson IMA SDK DevRel

alechash commented 3 years ago

Thanks! Yeah, I got the event listener figured out!

Thanks.