How to resolve Temporary ad serving limit placed on your adMob account

Sanjay Y
2 min readJun 7, 2021

I have been trying to implement ADMOB in my mobile app for my client . It was plain and simple implementation . My junior developer did it within few minutes and tested the app . Ads were loading and we were good to go .

We pushed the app to google play and then suddenly in next few days I got a notification saying

Ad serving limit placed on your account

I researched a lot of blogs and tried reaching Admob support !! But as you know google support is not easy to reach . It was perhaps google boot that was replying me it seems .

Without wasting time I tried to be resourceful . Somehow I felt google will not do it without any reason . I tried searching something and suddenly I noticed something in my dashboard as below.

admob ad serving limit placed

And Guess what is my no of impressions ?? It was approx. 2,000 . I sensed something wrong in my implementation .

My developer has implemented it using fragments and each time tab has been switched my ads were getting loaded again and again . Now if there are too many requests , google will stop serving ads . As the amount of users were less in my app . I thought this could be an issue .

So we changed the ads implementation a bit and implemented something known as smart banner . Once i changed the implementation my ad serving limit has been resolved and its been 1 year I haven’t got any ad serving limit .

I have been using this strategy for all my admob accounts in playstore

P.S I implemented only one banner ads .

So guys , follow me here and follow my blog too . Enjoy and Cheers !!

--

--