googleads / videojs-ima

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

Event after nonlinear ad time expires (minSuggestedDuration) #849

Closed jakubfrydrych closed 4 years ago

jakubfrydrych commented 4 years ago

Hi, I want to ask if you can somehow get an event if the nonlinear overlay is complete.

If I look at event logging before overlay is displayed, the following events occur:

contentResumeRequested
impression
loaded
start

but after the time set in minSuggestedDuration has expired, the overlay will be hidden but no further event will follow. Like COMPLETE?

Thank you in advance for your reply

arnaudcasame commented 4 years ago

Hi,

When it comes to non-linear ads, the IMA SDK doesn't fire the COMPLETE event, unless the ad you're requesting is from AdSense and you're setting the forceNonLinearFullSlot to true.

jakubfrydrych commented 4 years ago

Well thank you for the answer, I will have to solve it programmatically.

komw commented 4 years ago

Well thank you for the answer, I will have to solve it programmatically.

Did you found a solution how to get information is ad was hided ?