-
Notifications
You must be signed in to change notification settings - Fork 93
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
Callback require when ad requests are fired from IMA sdk #151
Comments
Hello @sourav14basu , Since ad requests are initiated by the client, there is not a specific IMA ad event related to requesting ads. An IMA ad request is initiated when the client calls AdsLoader.requestAds(). Please let me know if you have any additional questions. Thank you, |
Hi Jackson, I checked exo ima extension code and this is the only place where I see requestAds() Ln no:571. been called.
And when I put log, it only gets triggered during preroll and NOT during mid roll. |
Hello @sourav14basu , How are you initiating a request for mid-roll ads? If you are loading a VMAP ad tag, IMA only requests the ads once. The first event related to the mid-roll ad of a VMAP tag is the LOADED event. Please let me know if you have any follow-up questions. |
Hi Jackson, Midrolls requests are initiated from IMA sdk side. We need a callback when IMA fires the mid roll request. |
Hello @sourav14basu , I don't think that would be feasible with the current features of the IMA SDK. I would recommend reaching out on the IMA technical forum to have this added as a feature request for a new IMA event. This GitHub issues queue is specific to issue or questions related to the sample apps here. |
We use exoplayer ima extension for ads and content playback.
Is there a way to get an event whenever ad requests are getting fired from IMA sdk (and same can be transmitted via exoplayer ima extension). Currently 1st intimation for this is AdEventType.LOADED which comes once ad is loaded.
The text was updated successfully, but these errors were encountered: