Play Pause Functionality issue | Android

24 views
Skip to first unread message

Rajkumar gupta (Raj)

unread,
May 31, 2024, 12:35:11 PMMay 31
to Interactive Media Ads SDK
Hi Team, 
I am facing an issue in Android where ad doesn't pause upon clicking on it, but icon shows the ad in pause state. However, working fine for IOS & html player.
Using sample ExoPlayerExample project provided in your documentation.

repo link: https://github.com/googleads/googleads-ima-android/tree/main/ExoPlayerExample

VAST Tag URL: "https://pubads.g.doubleclick.net/gampad/ads?iu=/21833905170/Runntv_Live_CSI_Vast&description_url=https%3A%2F%2Frunn.tv&tfcd=0&npa=0&sz=640x480&gdfp_req=1&output=vast&unviewed_position_start=1&env=vp&impl=s&correlator="

Attached documents are provided for this behaviour.

Regards,
Raj Gupta
WhatsApp Video 2024-05-31 at 11.22.07 AM.mp4

IMA SDK

unread,
May 31, 2024, 7:06:33 PMMay 31
to rajkumar...@gmail.com, ima...@googlegroups.com

Hi Raj,

I will check with our team regarding your query and one of my team members will reach out to you once we have an update on this. Meanwhile, your patience is highly appreciated.

This message is in relation to case "ref:!00D1U01174p.!5004Q02tJ9Oz:ref" (ADR-00237328)

Thanks,
 
Google Logo IMA SDK Team

 

IMA SDK

unread,
May 31, 2024, 9:16:07 PMMay 31
to ima...@googlegroups.com, rajkumar...@gmail.com
Hello Raj,

This is Jackson from the IMA SDK team to help with your issue. This is a know issue with the IMA ExoPlayer extension when playin AdSense ads. You can apply the following work-around to accommodate AdSense ads with the extension:

If you update the event listener, here in the sample app.

else if (eventType == AdEventType.PAUSED) {
  player.pause();
} else if (eventType == AdEventType.RESUMED) {
  player.play();
}

Please let me know if you have any questions.
 
This message is in relation to case "ref:!00D1U01174p.!5004Q02tJ9Oz:ref" (ADR-00237328)

Thanks,
 
Google Logo
Jackson Sui
IMA SDK Team


Reply all
Reply to author
Forward
0 new messages