Hi,
We are currently using the latest version of the IMA SDK for Android. An observation we have made is that the
AD_BREAK_STARTED and
AD_BREAK_ENDED are not coming through in our onAdEvent() listener. Also when checking in the
VSI (using the dummy sample tag provided) we don't see either of the two events being triggered.
Note that all other events, including AD_PROGRESS, are triggered as expected in our implementation just like in the Video Inspector Suite.
When looking at the documentation of both events we see that the following is mentioned:
"... Communicated to the publisher via player APIs."
Is it correct to assume that this means those events can only be captured for DAI by overriding corresponding methods of the VideoStreamPlayer? Additionally is it correct for us to assume that they will not be triggered for IMA in onAdEvent() of the AdEventListener.
Kind regards,
Alexander