Reputation: 3157
I have two questions about AdMob in Android:
1) I have started earning with AdMob in my apllication for some days, and my CTR was quite good. But yesterday I noticed that I was set "use refresh rate set in client code" but in my app I hadn't set any rafresh rate, so I have changed in AdMob settings Automatic Refresh on 60 seconds. Yesterday I had many clicks and today I have very few, but impressions are even higher.
Maybe clicks update with delay compared to impressions?
2) Do I have to add package name to AdMob previously if I want to only test ads in my other apps which I am making?
Upvotes: 2
Views: 2718
Reputation: 5162
I don't think that there is any difference in the delay, you will just get some days with lots of clicks, and others with very few, that just depends on the luck of which ads are shown to the user. (5% is a very high click through rate)
For testing ads in new apps, I usually make a new site/app, but you can use test mode, like is described here - Testing that admob working before publish
Upvotes: 2