10-20-2011 03:35 AM
Now, while my app is running on Playbook, I can't seem the Admob ads to be loading at all. I know they don't load at times but on other occasions they should.
Has anybody seen any working Admob ads on Android on Playbook yet?
Solved! Go to Solution.
10-20-2011 04:25 PM
10-20-2011 04:34 PM
01-22-2012 06:46 PM
I am experiencing the same thing.
What baffles me, however, is that I am requesting ads in test mode. This is supposed to guarantee a 100% fill rate with test ads. The test ads aren't even showing up, and the message I get back in LogCat is that there is no ad inventory. This doesn't make sense.
I have correctly specified the device ID, and pass the set of test devices like this:
/* If the system is in either development or production mode, show test ads only */
if( ! myApp.getSystemState().equals( myApp.SystemStates.production) ){
adRequest.addTestDevice( AdRequest.TEST_EMULATOR ); // Emulator
adRequest.setTestDevices( yapApp.getAdMobTestDevices() );
}
/* Display the ad */
adView.loadAd( adRequest );
The Playbook is listed in the Set of test devices. The device ID was pulled from LogCat per guidance from AdMob. I have three different Android devices that respond apprropriately, and neither of the two PlayBook test devices have ever displayed an ad - not even test ads.
Here is what I get back:
01-22 18:24:37.290: I/Ads(29835418): onFailedToReceiveAd(Ad request successful, but no ad returned due to lack of ad inventory.)
There should be 100% fill rate in test mode. When I swtich out of test mode, the problem persists 0% fill rate, wheras my native Android devices get about a 50% fill rate.
If I can't resolve this, I will have to abandon the PlayBook as a supported platform.
Michael
02-09-2012 10:32 PM
Do anyone being able to show any admob ads in their android apps?
If yes, Please share with us.
02-10-2012 08:41 AM
Which version of the AdMob SDK are you using? because i am getting a network error with the AdMob 4.3.1.JAR
02-10-2012 12:07 PM
I am using 4.3.1 and I do not have connection issues.
Michael
02-10-2012 12:10 PM
02-10-2012 12:19 PM
I have never seen test ads show up - not even once. I have, however, seen the odd add show up when I am not in test mode. We ran a live test over the weekend with iOS, Android and Android/PlayBook devices. iOS fill rate was 100%, The Android fill rate which includes the PlayBook was 36%. As we share the same key between the PlayBook and Android apps, I can't' tell you what the ratio was for each, but prior days of testing with just Android devices, we had fill rates of 98% to 100%. Testers did report seeing ads in the PlayBook version during the testing over the weekend. Since the weekend, I have not spent much time with our PlayBook version, but I have also not seen a single ad display since the weekend.
AdMob does not seem to have specific targeting of PlayBook ads, but I think I will create a new app key in AdMob so that I can track it separately from the straight Android app.
Michael
02-10-2012 12:21 PM
I do all of my testing on real devices.
Michael