-
Notifications
You must be signed in to change notification settings - Fork 524
The events triggered by the ad content are misfired when manually requesting ad using the Interactive IMA SDK. #2374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
If you are using the IMA library directly, then I don't think we can help with that I'm afraid. You need to talk to the IMA ads team for direct SDK support. If I have misunderstood, and you are using the |
Hey , i reached out here because when i tried to trigger manual request using interactive IMA sdk with videoview events are triggered properly as expected but when triggering manual ad request with media3 then the ad events are not triggered properly. |
Thanks for your response. As I said I think we aren't the right folks to look into this. There is no Media3 API that uses manual ad request. However, if you are using the IMA SDK API directly, we can't help with this I'm afraid. If you think the problems you are seeing is cause by Media3, please narrow down your question to a concrete suggestion why Media3 is causing this problem and provide some repro steps that make this issue actionable for us. |
Hey thanks for your response,
Also I would need your suggestion in one thing that media3 itself is handling this manual ad request system in its media3.ima extension which must be firing the ad request manually only using the interactive IMA SDK in its internal class and when used that for first preroll ad request using media3.ima extention ad events are triggered properly as expected . So if I want to use the same way the things are done inside the media3.ima extension would that be possible for me to achieve and if yes , is there any way you can help me with that |
Version
Media3 1.6.1
More version details
No response
Devices that reproduce the issue
problem is with al the devices
Devices that do not reproduce the issue
No response
Reproducible in the demo app?
Yes
Reproduction steps
When I am trying to send the ad request manually using the Interactive IMA SDK library which creates a VideoAdPlayer interface object, it is able to send the request and the ad is playing in the ExoPlayer, but:
The events triggered by the ad content are misfired.
Major Ad events like:
skipped
first quartile
midpoint
etc.
are never triggered/fired.
This results in:
Triggering all_ads_completed and content_resume_requested early (like after 4 or 5 seconds of ad play) even though the ad content is of 20–28 seconds.
Also, the skip button is not displaying in the skippable ads.
Expected result
all the events must be triggered that are sent back by VideAdPlayer interface , get adprogress is never triggered of vdieoAdPlayer
Actual result
Major Ad events like:
skipped
first quartile
midpoint
etc.
are never triggered/fired.
This results in:
Triggering all_ads_completed and content_resume_requested early (like after 4 or 5 seconds of ad play) even though the ad content is of 20–28 seconds.
Also, the skip button is not displaying in the skippable ads.
Media
yes can be reproduced by manually firing ad request using Interactive IMA SDK library
Bug Report
adb bugreport
to android-media-github@google.com after filing this issue.The text was updated successfully, but these errors were encountered: