I have an app and i show a rewarded ad when user export a sticker from my app; Usually i load Admob rewarded ad when user press the export button and when ad loads I’ll show it to them. it takes so much time to load (around 15 seconds) and it affects user experience; i want to implement a feature that loads an ad to background and it’ll show it to user when user taps on export button and agrees to see the ad for export. and i also want to reload ad in background when 4 minutes passed from las ad load time to always have fresh ad to show. i don’t know if its ok according to google ads documents and policies to do such thing or not. my app is written in Flutter framework.
Asked
Active
Viewed 52 times
0
-
You can `preload` an `Ad` but there are chances of the Ad not being utilised. This will waste the Ad causing issues with show rate in the future if the requested ads are fulfilled. – Darshan Apr 09 '23 at 07:41