Admob Problem

K

Kekzline

Guest
Hello,

pls help me. I want to Show Interstitial Admob but i become follow error:

Received log message: <Google:HTML> You are using version 7.6 of the Google Play services Ads SDK. Please consider updating your SDK to the most recent SDK version to get the latest features and bug fixes. See http://goo.gl/r2TRzC for instructions on how to get the latest version of Google Play services.
11-09 10:43:37.852 6745 9308 W Ads : Received error HTTP response code: 403
11-09 10:43:37.852 8905 9181 W Ads : There was a problem getting an ad response. ErrorCode: 0
11-09 10:43:37.852 8905 8905 W Ads : Failed to load ad: 0
11-09 10:43:37.852 8905 8905 I yoyo : onAdFailedToLoad called
11-09 10:43:39.262 8905 8905 I yoyo : showinterstitial called
11-09 10:43:39.262 8905 8905 I yoyo : Interstitial ad was not ready to be shown.
11-09 10:43:39.752 8905 8905 I Ads : Starting ad request.
11-09 10:43:39.762 8905 8905 I Ads : Use AdRequest.Builder.addTestDevice("3701A110431E0A421F23418DF4058AEA") to get test ads on this device.
11-09 10:43:39.762 8905 8905 I Ads : Please set theme of AdActivity to @android:style/Theme.Translucent to enable transparent background interstitial ad.
11-09 10:43:39.992 6745 9279 W Ads : Received error HTTP response code: 403
11-09 10:43:39.992 8905 8918 W Ads : There was a problem getting an ad response. ErrorCode: 0
11-09 10:43:39.992 8905 8905 W Ads : Failed to load ad: 0
11-09 10:43:39.992 8905 8905 I yoyo : onAdFailedToLoad called
 
J

JDSTIGER

Guest
Use the code
Code:
3701A110431E0A421F23418DF4058AEA
for ad testing or you will get banned
 
T

Tom Foster

Guest
im having the same problem with banner ads on my tablet. if i find out anything ile post it here
 
P

Pablo Avila

Guest
I need help with the same EXACT issue, I already updated google play services and followed various tutorials step by step. Im currently using test devices too, yet it seems as if the ad error may be caused by google not allowing the add to show up. Http code 403 means that we asked for something and got a negation.
 

Bingdom

Googledom
Make sure your extension file for Google play is the latest version. (Delete it, then re-download it from the marketplace)

Then make sure All of your extra SDK versions are up to date.
 

RyanC

Member
Use the code
Code:
3701A110431E0A421F23418DF4058AEA
for ad testing or you will get banned
I'm looking in android global game settings for a space to input my code for testing and cannot see anywhere? any ideas on how to enable the testing for Android?

I'm also getting the same issue telling me to use the latest SDK version but have already installed the latest version from the market place.
 
J

JDSTIGER

Guest
I'm looking in android global game settings for a space to input my code for testing and cannot see anywhere? any ideas on how to enable the testing for Android?

I'm also getting the same issue telling me to use the latest SDK version but have already installed the latest version from the market place.
It's not there, you're supposed to add the code to where your AdMob ids are at.
 
M

Moar.Of.Me

Guest
So, anyone got the answer on "Where to put your test device ID"? I'm getting this thing too
Use AdRequest.Builder.addTestDevice("xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx") to get test ads on this device.​

Googling didn't help.
 

jazzzar

Member
So, anyone got the answer on "Where to put your test device ID"? I'm getting this thing too
Use AdRequest.Builder.addTestDevice("xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx") to get test ads on this device.​

Googling didn't help.
I'm So late but if someone ever comes here, use :
Code:
GoogleMobileAds_UseTestAds(1,"xxxxxxxxxxxxxxxxxxx");
where xxxxxxxxxxxxxxxxxxx is the device ID you get from the ADB terminal!
 
Top