flutteradmobnative-adsgoogle-mobile-ads

Is there a cap limit to the Ads number we can query Admob Flutter?


I would simply like to know if there is a limit to the number of NativeAds Object we can load() from AdMob using Flutter ?

I would like for example making a for loop of 10 ads. When the list containing these ads has a length=1 (after calling dispose() and remove seen / old ones), I query 9 more ads etc...

Does it sound realistic ?

It's working fine with test ads.


Solution

  • To do this you should create 10 Ads units, do not use same ad unit, technically there is no limit if you create them using different ads units but don't go over board.

    I know from experience that I can use 130 different ads units without a problems.

    Some SDKs are using this technique to try to figure out AdMob eCPM before mediation, because of that I think AdMob is trying to combat this behavior, so this is why I told you "don't go overboard"