googleads / videojs-ima

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

disable compnaion ads #955

Closed spormeon closed 3 years ago

spormeon commented 3 years ago

While calling a Vast Tag URL using IMA SDK for HTML5 is there a way to disable calling the Companion Ads Node?

Kiro705 commented 3 years ago

Hello @spormeon ,

My understanding is companion ads are not enabled in the default example of the videoJS-IMA plugin. To enable them you can follow the advanced example here.

To disable them, you can simply omit the code regarding companions in that example, or situationally run that code dependent on certain conditions of your choice.