Re: AdMob's interstitial Impression

2,763 views
Skip to first unread message

Eric Leichtenschlag

unread,
May 14, 2013, 2:23:58 PM5/14/13
to google-adm...@googlegroups.com
What error do you see in the logs when you try to request an interstitial? You can implement the AdListener's onFailedToReceiveAd callback (Android) or GADBannerView's didFailToReceiveAd:WithError delegate (iOS) to find out the error reason.

Thanks,
Eric

On Friday, May 10, 2013 12:56:16 AM UTC-7, masa...@gmail.com wrote:
Hello, 

Good day ,

Am using interstitial in my app  but always i got zero Impression on it ? should i take permission from good to use in my app ?

Thanks in advanced  

Easy Apps

unread,
May 14, 2013, 11:59:28 PM5/14/13
to google-adm...@googlegroups.com
I can display interstitial ads on my phone, but the data on admob dashboard is not valid.
there are many interstitial requests, but interstitial Imps is always zero.
please check attached screen shot. thanks.


2013/5/15 Eric Leichtenschlag <eleich...@google.com>

--
 
---
You received this message because you are subscribed to the Google Groups "Google AdMob Ads Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-admob-ads...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 



--
BRs
EasyApps
Screenshot from 2013-05-15 11:46:32.png

Eric Leichtenschlag

unread,
May 16, 2013, 10:56:08 AM5/16/13
to google-adm...@googlegroups.com
Can you post the code you use to make interstitial requests? The screenshot shows 0s, but that doesn't help figure out why that might be. It could be a coding issue or an AdMob front-end setup issue.

Thanks,
Eric

On Tuesday, May 14, 2013 8:59:28 PM UTC-7, daniel wrote:
I can display interstitial ads on my phone, but the data on admob dashboard is not valid.
there are many interstitial requests, but interstitial Imps is always zero.
please check attached screen shot. thanks.


2013/5/15 Eric Leichtenschlag <eleich...@google.com>
What error do you see in the logs when you try to request an interstitial? You can implement the AdListener's onFailedToReceiveAd callback (Android) or GADBannerView's didFailToReceiveAd:WithError delegate (iOS) to find out the error reason.

Thanks,
Eric


On Friday, May 10, 2013 12:56:16 AM UTC-7, masa...@gmail.com wrote:
Hello, 

Good day ,

Am using interstitial in my app  but always i got zero Impression on it ? should i take permission from good to use in my app ?

Thanks in advanced  

--
 
---
You received this message because you are subscribed to the Google Groups "Google AdMob Ads Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-admob-ads-sdk+unsub...@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.
 
 



--
BRs
EasyApps

Easy Apps

unread,
May 16, 2013, 7:04:11 PM5/16/13
to google-adm...@googlegroups.com
interstitialAd = new InterstitialAd(this, "a14be3f4ec2bb11");
AdRequest adRequest = new AdRequest();
interstitialAd.loadAd(adRequest);



2013/5/16 Eric Leichtenschlag <eleich...@google.com>
To unsubscribe from this group and stop receiving emails from it, send an email to google-admob-ads...@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.
 
 



--
BRs
EasyApps

Eric Leichtenschlag

unread,
May 17, 2013, 9:26:56 PM5/17/13
to google-adm...@googlegroups.com
So that loads the ad, but an impression isn't recorded until the ad is received, and then you specifically show it. When are you calling interstitialAd.show()?


On Thursday, May 16, 2013 4:04:11 PM UTC-7, daniel wrote:
interstitialAd = new InterstitialAd(this, "a14be3f4ec2bb11");
AdRequest adRequest = new AdRequest();
interstitialAd.loadAd(adRequest);



2013/5/16 Eric Leichtenschlag <eleich...@google.com>
Can you post the code you use to make interstitial requests? The screenshot shows 0s, but that doesn't help figure out why that might be. It could be a coding issue or an AdMob front-end setup issue.

Thanks,
Eric

On Tuesday, May 14, 2013 8:59:28 PM UTC-7, daniel wrote:
I can display interstitial ads on my phone, but the data on admob dashboard is not valid.
there are many interstitial requests, but interstitial Imps is always zero.
please check attached screen shot. thanks.


2013/5/15 Eric Leichtenschlag <eleich...@google.com>

What error do you see in the logs when you try to request an interstitial? You can implement the AdListener's onFailedToReceiveAd callback (Android) or GADBannerView's didFailToReceiveAd:WithError delegate (iOS) to find out the error reason.

Thanks,
Eric


On Friday, May 10, 2013 12:56:16 AM UTC-7, masa...@gmail.com wrote:
Hello, 

Good day ,

Am using interstitial in my app  but always i got zero Impression on it ? should i take permission from good to use in my app ?

Thanks in advanced  

--
 
---
You received this message because you are subscribed to the Google Groups "Google AdMob Ads Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-admob-ads-sdk+unsubscrib...@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.
 
 



--
BRs
EasyApps

--
 
---
You received this message because you are subscribed to the Google Groups "Google AdMob Ads Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-admob-ads-sdk+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 



--
BRs
EasyApps

Easy Apps

unread,
May 17, 2013, 10:30:52 PM5/17/13
to google-adm...@googlegroups.com
there is a button in my app, it show interstitial ad on click
if (interstitialAd.isReady()) interstitialAd.show();


2013/5/18 Eric Leichtenschlag <eleich...@google.com>
To unsubscribe from this group and stop receiving emails from it, send an email to google-admob-ads...@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.
 
 



--
BRs
EasyApps

Eric Leichtenschlag

unread,
May 20, 2013, 7:43:22 PM5/20/13
to google-adm...@googlegroups.com
I've filed a bug for this. You're likely only enabled for CPC interstitials, and we might only be reporting impressions for CPM interstitials. I'll provide an update when we have more info.

Thanks,
Eric

Easy Apps

unread,
May 20, 2013, 8:20:50 PM5/20/13
to google-adm...@googlegroups.com
Dear Eric,

thanks for feedback.
how to enable CPM interstitials then?


2013/5/21 Eric Leichtenschlag <eleich...@google.com>
To unsubscribe from this group and stop receiving emails from it, send an email to google-admob-ads...@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.
 
 



--
BRs
EasyApps

Eric Leichtenschlag

unread,
May 20, 2013, 9:41:16 PM5/20/13
to google-adm...@googlegroups.com
CPM interstitials are only offered to a select limited group of publishers. It generally occurs when advertisers come to AdMob asking to run interstitials specifically on your app, then AdMob will contact you and let you know you've been enabled. Most pubs, therefore, are only able to serve CPC inventory that was only recently enabled. And it looks like the reporting hasn't picked up the new CPC format in terms of recording impressions the same way.

Easy Apps

unread,
May 21, 2013, 9:46:55 PM5/21/13
to google-adm...@googlegroups.com
quite clear now. thank you Eric.


2013/5/21 Eric Leichtenschlag <eleich...@google.com>
To unsubscribe from this group and stop receiving emails from it, send an email to google-admob-ads...@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.
 
 



--
BRs
EasyApps

Jayant Upadhyay

unread,
Jul 29, 2013, 1:48:52 PM7/29/13
to google-adm...@googlegroups.com, Jean-Paul Sanday, Jayant Upadhyay
Hi Eric,

We want to show CPM interstitials in two of our games. How can I apply for that? I can't see any setting in the Admob Control Panel. Do I need to apply for each game or is it a setting linked with the Publisher Account?

Eric Leichtenschlag

unread,
Aug 2, 2013, 2:32:28 PM8/2/13
to google-adm...@googlegroups.com, Jean-Paul Sanday, Jayant Upadhyay
CPM interstitials isn't something you can apply for. An AdMob account manager will contact you if advertisers are interested in running such interstitials in your app. However, you can still get some CPC interstitial fill for app promo ads.

Thanks,
Eric

Vasil Milosevski

unread,
Sep 16, 2013, 4:49:14 AM9/16/13
to google-adm...@googlegroups.com
Hi Eric,

have similar problem with my test app. 

It's done in Flash, ad is showing properly on the phone, but in dashboard I see only requests, no impressions.


And code is: 
admob.createADView(AdSize.BANNER, "X"); 
admob.addToStage(0, 0);
admob.load(true)

At first I thought it is fetching only requests from desktop (where no adds are shown), but not sure why it doesn't detect impressions from mobile then.

Can you help? Thanks in advance.
dashboard.png

Eric Leichtenschlag

unread,
Sep 19, 2013, 5:25:36 PM9/19/13
to google-adm...@googlegroups.com
Hi Vasil,

I'm not familiar with flash air or the plugin. First of all, are you using banners or interstitials with the plugin? If interstitials, you'll need to show the interstitial after it's received. Either way, can you get any logcat output that has messages with the "Ads" tag? 

Thanks,
Eric

Ankur Walia

unread,
Oct 6, 2013, 2:00:39 PM10/6/13
to google-adm...@googlegroups.com
hi eric,
i implemented interstitial ads today in my app.they are being shown on mobile but in ad-mob reports, there are 0 impressions, although request is 397.
please help me with these.
thanks.

Eric Leichtenschlag

unread,
Oct 8, 2013, 9:23:20 PM10/8/13
to google-adm...@googlegroups.com
Hi Ankur,

I'm guessing you're still on old AdMob UI? Once of those impressions columns is always 0.

Thanks,
Eric 

Ankur Walia

unread,
Oct 9, 2013, 1:55:15 PM10/9/13
to google-adm...@googlegroups.com
HI Eric,
thanks for replying.I guess you are right, AdMob hasn't been rolled out yet for India.
So i guess i have to wait for that.


--
 
---
You received this message because you are subscribed to a topic in the Google Groups "Google AdMob Ads Developers" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-admob-ads-sdk/IaU2Z10eJ2E/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-admob-ads...@googlegroups.com.

Chris Triton

unread,
Oct 28, 2013, 6:04:40 AM10/28/13
to google-adm...@googlegroups.com
Same with me. Yesterday I implimented the code. On my test device and personal device all is working well, and the ads are showning. Only no sign that something is working in new Admob dashboard. It shows no requests, no count, no revenue,...

In class activity
        private static final String MY_INTERSTITIAL_UNIT_ID =  "ca-app-pub-XX/XX";
onCreate:
        interstitial = new InterstitialAd(this, MY_INTERSTITIAL_UNIT_ID);
        interstitial.loadAd(new AdRequest());
        interstitial.setAdListener(this);
After a given function is finished (in the same class)
        Random r=new Random();
        if (r.nextInt(5) == 0) {
            interstitial.show();
            interstitial.loadAd(new AdRequest());
        }
Here, with a given probability the loaded add will be shown and a new one will be loaded in advance. Is there a problem in the way I implemented this?.







Kunal Verma

unread,
Oct 28, 2013, 1:14:23 PM10/28/13
to Google AdMob Ads Developers
Usually the reporting of interstitials for a day is updated the next day. ( as per the clock of AdMob dashboard, PST). If Ads are showing, you don't need to worry. 
But I didn't get, why you have implemented this random function?

Best,
Kunal


--
 
---
You received this message because you are subscribed to the Google Groups "Google AdMob Ads Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-admob-ads...@googlegroups.com.

Kunal Verma

unread,
Oct 28, 2013, 1:20:30 PM10/28/13
to Google AdMob Ads Developers
Note:- These delayed reporting only happened for the first couple of days with interstitials. Now, I check, its almost real-time. 

Eric Leichtenschlag

unread,
Oct 28, 2013, 8:26:16 PM10/28/13
to google-adm...@googlegroups.com
Hi Chris,

There is a problem with this implementation. You can't call interstitial.loadAd(new AdRequest()); directly after showing. The SDK will log a warning saying that the current request is still in the process of showing, and it'll ignore that loadAd call. And the next time the random number hits, you'll be trying to show an interstitial that hasn't loaded.

You'll want to call interstitial.loadAd(new AdRequest()) in the onDismissScreen() callback of the ad listener, and you'll also want to check interstitial.isReady() before calling interstitial.show().

Thanks,
Eric

Nicolas Claus

unread,
Nov 22, 2013, 6:23:10 PM11/22/13
to google-adm...@googlegroups.com
I have same problem. I implemented Mediation with admob interstitials. The app shows interstitials correctly, but impressions always 0
http://i.imgur.com/TebvP9t.png

Swati Rawat

unread,
Nov 22, 2013, 11:41:01 PM11/22/13
to google-adm...@googlegroups.com
I have the same problem. I have implemented the interstitials in my app but i don't see any impressions even though my requests are many... If interstitials are CPC and not CPM, does that mean we don't earn any revenue from them?

Eric Leichtenschlag

unread,
Nov 26, 2013, 2:00:18 PM11/26/13
to google-adm...@googlegroups.com
This looks like the old AdMob UI. In the old UI, this interstitial impressions column is broken and always reports 0. But this impression count should still show up under the general Impressions column.

David M.T

unread,
Nov 30, 2013, 2:24:03 AM11/30/13
to google-adm...@googlegroups.com
Hi Masa, the impression will show, you just need to wait a little, mostly they will be reflected on your account the following day

Sudhaker D.R

unread,
Jan 6, 2014, 9:27:44 AM1/6/14
to google-adm...@googlegroups.com
I don't know if the reporting tool has problem or google is deceiving us, but i observe the same behaviour in all my apps.
I have also observed by enabling only interstitial ads in my app from admob.
The app shows full screen ads and everything works perfectly in all the apps including clicks and diverts but impressions are always "Zero" including revenue which is also "Zero".

I think its time that I move on to other ad network.

PS: I have followed each and every step of the integration guide and please don't ask me if I did anything wrong. If I had done something wrong then it implies the guide and samples are also wrong.

Narasimha Reddy

unread,
Jan 27, 2014, 4:09:04 AM1/27/14
to google-adm...@googlegroups.com
Even for me with old Admob ... interstitial impression count is always zero and its not the issue of delayed reporting.

Even issue is there with Admob Meditiation ... reports are not matching with Admob network and other Ad Networks.

Requires more clarity and without reports we can't optimize our ad network settings and hence the revenue. They must provide better reports and correct data.
Reply all
Reply to author
Forward
0 new messages