I set two impressions per minute for each user, but it does not work. Ads continue to appear every time. [IMAGE] https://i.imgsafe.org/95d5e259bf.png
they say on the admob website: changing the frequency limit, for example, changing the header from two to three, can take up to a day to take effect.
But it was more than TWO days, since I applied the change to the frequency limit, and it does not work? This is how I request ads:
private void requestNewInterstitial() { AdRequest adRequest = new AdRequest.Builder().addTestDevice("XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX").build(); mInterstitialAd.loadAd(adRequest); }
I use setTestDevice, so the real ads will not show the application, because the impressions on real ads can be blocked by me.
source share