[IMA-SDK Android] When seeking to just before the Midroll ad immediately after the Preroll ad finishes, the expected events are not fired.

1 view
Skip to first unread message

pineapplevine1

unread,
Nov 5, 2025, 11:29:13 PM (5 hours ago) Nov 5
to Interactive Media Ads SDK
Hi IMA Team

When seeking to just before the Midroll ad immediately after the Preroll ad finishes, the expected events are not fired.
How can this be avoided?

Inquiry Overview
When seeking to just before the Midroll ad immediately after the Preroll ad finishes, the following two issues occur:
・Events from STARTED to COMPLETED are not fired
・The CONTENT_PAUSE_REQUESTED event is fired after the Midroll ad playback ends

Expected Behavior
・Events from STARTED to COMPLETED should be fired
・The CONTENT_PAUSE_REQUESTED event is fired before the Midroll ad playback

Reproduction Steps
1.Play the content
2.Seek to just before the Midroll ad
3.Wait until the Midroll ad playback is completed
4.LOADED and CONTENT_PAUSE_REQUESTED are fired, but events from STARTED to COMPLETED are not fired.
CONTENT_PAUSE_REQUESTED is fired after the Midroll ad playback ends.

Log during issue reproduction

(Preroll ad plays) 2025-10-30 14:07:28.893 27690-27690 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: LOADED 2025-10-30 14:07:28.934 27690-27690 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: CONTENT_PAUSE_REQUESTED 2025-10-30 14:07:29.007 27690-27690 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: PAUSED 2025-10-30 14:07:43.698 27690-27690 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: RESUMED 2025-10-30 14:07:43.959 27690-27690 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: STARTED 2025-10-30 14:07:47.712 27690-27690 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: FIRST_QUARTILE 2025-10-30 14:07:51.352 27690-27690 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: MIDPOINT 2025-10-30 14:07:55.171 27690-27690 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: THIRD_QUARTILE 2025-10-30 14:07:58.914 27690-27690 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: COMPLETED 2025-10-30 14:07:58.941 27690-27690 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: AD_BUFFERING 2025-10-30 14:07:58.955 27690-27690 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: LOADED 2025-10-30 14:07:59.031 27690-27690 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: STARTED 2025-10-30 14:08:02.650 27690-27690 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: FIRST_QUARTILE 2025-10-30 14:08:06.454 27690-27690 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: MIDPOINT 2025-10-30 14:08:10.267 27690-27690 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: THIRD_QUARTILE 2025-10-30 14:08:14.097 27690-27690 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: COMPLETED (Preroll ad finishes, content starts playing) 2025-10-30 14:08:14.130 27690-27690 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: CONTENT_RESUME_REQUESTED (When CONTENT_RESUME_REQUESTED is fired, perform the "seekTo(781500)" immediately before the Midroll ad) 2025-10-30 14:08:14.654 27690-27690 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: LOADED (Midroll ad plays, but STARTED and CONTENT_PAUSE_REQUESTED are not fired) (During this time, the Midroll ad plays until playback ends) 2025-10-30 14:09:00.889 27690-27690 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: CONTENT_PAUSE_REQUESTED 2025-10-30 14:09:08.993 27690-27690 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: LOG 2025-10-30 14:09:09.014 27690-27690 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: LOADED

Log during normal playback

(Preroll ad plays) 2025-11-05 13:19:47.491 24543-24543 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: LOADED 2025-11-05 13:19:47.537 24543-24543 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: CONTENT_PAUSE_REQUESTED 2025-11-05 13:19:47.712 24543-24543 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: PAUSED 2025-11-05 13:19:51.640 24543-24543 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: RESUMED 2025-11-05 13:19:51.964 24543-24543 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: STARTED 2025-11-05 13:19:55.555 24543-24543 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: FIRST_QUARTILE 2025-11-05 13:19:59.389 24543-24543 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: MIDPOINT 2025-11-05 13:20:03.207 24543-24543 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: THIRD_QUARTILE 2025-11-05 13:20:06.958 24543-24543 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: COMPLETED 2025-11-05 13:20:06.976 24543-24543 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: AD_BUFFERING 2025-11-05 13:20:06.987 24543-24543 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: LOADED 2025-11-05 13:20:07.069 24543-24543 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: STARTED 2025-11-05 13:20:10.686 24543-24543 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: FIRST_QUARTILE 2025-11-05 13:20:14.510 24543-24543 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: MIDPOINT 2025-11-05 13:20:18.124 24543-24543 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: THIRD_QUARTILE 2025-11-05 13:20:22.190 24543-24543 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: COMPLETED (Preroll ad finishes, content starts playing) 2025-11-05 13:20:22.222 24543-24543 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: CONTENT_RESUME_REQUESTED (After Preroll completion, wait a little, then seek immediately before the Midroll ad) 2025-11-05 13:22:39.625 24543-24543 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: LOADED 2025-11-05 13:22:47.459 24543-24543 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: CONTENT_PAUSE_REQUESTED (The first Midroll ad plays) 2025-11-05 13:22:47.604 24543-24543 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: STARTED 2025-11-05 13:22:51.387 24543-24543 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: FIRST_QUARTILE 2025-11-05 13:22:55.220 24543-24543 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: MIDPOINT 2025-11-05 13:22:59.053 24543-24543 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: THIRD_QUARTILE 2025-11-05 13:23:02.674 24543-24543 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: COMPLETED (The second Midroll ad plays) 2025-11-05 13:23:02.698 24543-24543 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: LOADED 2025-11-05 13:23:02.795 24543-24543 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: STARTED 2025-11-05 13:23:06.385 24543-24543 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: FIRST_QUARTILE 2025-11-05 13:23:10.245 24543-24543 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: MIDPOINT 2025-11-05 13:23:14.054 24543-24543 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: THIRD_QUARTILE 2025-11-05 13:23:17.664 24543-24543 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: COMPLETED (The third Midroll ad plays) 2025-11-05 13:23:17.696 24543-24543 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: LOADED 2025-11-05 13:23:17.785 24543-24543 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: STARTED 2025-11-05 13:23:21.371 24543-24543 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: FIRST_QUARTILE 2025-11-05 13:23:25.205 24543-24543 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: MIDPOINT 2025-11-05 13:23:29.071 24543-24543 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: THIRD_QUARTILE 2025-11-05 13:23:32.697 24543-24543 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: COMPLETED (The fourth Midroll ad plays) 2025-11-05 13:23:32.738 24543-24543 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: LOADED 2025-11-05 13:23:32.824 24543-24543 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: STARTED 2025-11-05 13:23:36.431 24543-24543 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: FIRST_QUARTILE 2025-11-05 13:23:40.321 24543-24543 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: MIDPOINT 2025-11-05 13:23:43.946 24543-24543 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: THIRD_QUARTILE 2025-11-05 13:23:48.214 24543-24543 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: COMPLETED 2025-11-05 13:23:48.240 24543-24543 ImaExoPlayerExample com...a.v3.samples.exoplayerexample I IMA event: CONTENT_RESUME_REQUESTED (Content resumes)

Reproduction Rate
4/10

Environment Where Issue Occurs
Reproduced with IMA SDK sample app (v3.37.0-0)

googleads-ima-android-3.37.0-0/ExoPlayerExample

Modifications Made to the App
Due to its large size, please provide a shared link.

Device for Reproduction
Galaxy Note8 (SC-01K)

OS Version
Android 9

Best Regards.

LOG.txt
Reply all
Reply to author
Forward
0 new messages