Hi,
Thank you for contacting Google Mobile Ads SDK Support Team.
Please find the below responses to your queries:
Would the ad-request use all the mappings of all ad-networks that were fully initialized so far, or only Admob? Or something else?
The ad-request would generally use only the ad networks that have been fully initialized and are ready to serve ads. So, if only AdMob was initialized, the ad-request would typically only use AdMob for serving ads unless you have a mediation setup in place. When you configure multiple ad networks for mediation, you have to specify what order to request these networks by setting their respective CPM
Would it still prevent ANR?
If MobileAds.initialize() was already called, and the ad-request is made after that, it should not cause an ANR, assuming the initialization was completed successfully. MobileAds.initialize() is typically an asynchronous process, meaning it won't block the main UI thread (which is the main cause of ANRs). To prevent ANR, Initializes the Google Mobile Ads SDK as early as possible after the app launches to reduce latency on the session's first ad request. Please utilize the optimize initialization parameter and also please refer to the Initialize the Google Mobile Ads SDK and call the initialize() method on a background thread within an Activity.
The ad-request avoids calling "MobileAds.initialize" as it was called already, right?
Yes, once MobileAds.initialize() is called and the initialization is complete (successfully or with error), there's no need to call it again. Calling it multiple times would not cause any issues in most cases, but it’s not necessary and redundant.
Thanks,
![]() |
Mobile Ads SDK Team |
[2025-02-24 06:09:00Z GMT] This message is in relation to case "ref:!00D1U01174p.!5004Q02vH3OF:ref" (ADR-00289396
![]() |
Mobile Ads SDK Team |
[2025-02-24 13:41:27Z GMT] This message is in relation to case "ref:!00D1U01174p.!5004Q02vH3OF:ref" (ADR-00289396)
![]() |
Mobile Ads SDK Team |
[2025-02-24 21:01:53Z GMT] This message is in relation to case "ref:!00D1U01174p.!5004Q02vH3OF:ref" (ADR-00289396)
--
---
You received this message because you are subscribed to the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-admob-ads...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/google-admob-ads-sdk/ypnO3000000000000000000000000000000000000000000000SS6BR100sn2oE8ouSAW-JoowpOwh8g%40sfdc.net.
Hi Liran,
I will check with the wider team and will reach out to you once we have an update on this. Meanwhile, your patience is highly appreciated.
![]() |
Mobile Ads SDK Team |
[2025-03-14 05:31:44Z GMT] This message is in relation to case "ref:!00D1U01174p.!5004Q02vH3OF:ref" (ADR-00289396)