Hi,
Thank you for reaching out to us.
With regard to your concern for preloading ads, this was previously raise to us on this forum thread (https://groups.google.com/g/google-admob-ads-sdk/c/OAGAtvMJyXE/m/pw76y7nOAgAJ), and one of our wider team mentioned the following information below.
"The guidance from https://groups.google.com/g/google-admob-ads-sdk/c/BuczXZG9AeU still stands - AdMob and Ad Manager use a 1px impression definition for all network/backfill based ads, so an impression isn't counted until the ad is shown.
For preloading, after roughly an hour, the server may consider the ad "expired" and not count the impression, even if an impression ping is sent from the client. This is only documented on native ads today (https://developers.google.com/admob/android/native/start#when_to_request_ads) but applies similarly to all formats. I will say though, that generally you shouldn't need to preload banners for an hour. Unlike full screen ads which need to be preloaded because the user experience changes drastically on show, and you need to have an ad ready for the show opportunity, banner space can be reserved and the ad can come in whenever. For a feed style app, you may preload some banners so they show up in the feed loaded, but that may only be on the order of seconds or maybe a few minutes that you'd need to preload.
If you're preloading a banner for an hour, perhaps reconsider if there's a better point in time you could preload that banner so that it doesn't need to be an hour, or a different place to show that banner. Also note that banner ads will reload (assuming you set a refresh rate) once on screen, so even if the first banner impression gets discounted, refreshes would happen if the banner is on screen long enough, and impressions from the refreshes would get counted for the next ~hour."
Let us know if this is what you're looking for. If not, kindly provide us more information and examples for your use case so we can provide proper guidance for it.
![]() |
Mobile Ads SDK Team |
Hi Liran,
Thank you for your response.
To provide more information to the following concern related to preloading, let us share this to the wider team. Rest assured that one of our team will reach out to you.
This message is in relation to case "ref:_00D1U1174p._5004Q2mWO1y:ref"
Hi Liran,
My name is Nick and I will be helping you with your ad preload concerns. I understand you want to preload ads using the ApplicationContext. At this time we do not support loading full screen ads from the ApplicationContext. All ads must be loaded from an ActivityContext, there are a few reasons for this, including integration with partners which may not support ApplicationContext.
Hope this helps,
Nick
Hi Liran,
Thank you for your suggestion regarding using the Application Context. For the memory leak, if you have a sample application demonstrating a memory leak we will take a look.
Thanks,
Nick