No ads in AppStore version but test ads works

120 views
Skip to first unread message

Kim de Vos

unread,
May 16, 2014, 8:58:04 PM5/16/14
to google-adm...@googlegroups.com
Hello there! 

I'm using AdMob to show some ads in my app, but the fillrate is 0,00% but i have around 200 requests each day!
The app is showing test ads if i run it on my device, but the appStore version will not show ads on my other devices. 

You can se the stats here

Date Requests Impressions Fill rate (%) Clicks Impression CTR (%) Request RPM (DKK) Impression RPM (DKK) Estimated earnings (DKK)
2014-05-09 141 0 0.00% 0 0.00 0.00
2014-05-10 99 0 0.00% 0 0.00 0.00
2014-05-11 162 0 0.00% 0 0.00 0.00
2014-05-12 353 0 0.00% 0 0.00 0.00
2014-05-13 249 0 0.00% 0 0.00 0.00
2014-05-14 242 0 0.00% 0 0.00 0.00
2014-05-15 193 0 0.00% 0 0.00 0.00

I hope some one can help me! 

// Kim 

Amy Quispe (AdMob SDK Team)

unread,
May 19, 2014, 7:51:12 PM5/19/14
to google-adm...@googlegroups.com
Hi Kim

Have you been able to get back real ads when testing?

Amy Quispe
Message has been deleted

Kim de Vos

unread,
May 28, 2014, 8:22:42 AM5/28/14
to google-adm...@googlegroups.com
Hello Amy, 

Not it says following "Failed to receive ad with error: Request Error: No ad to show.

Amy Quispe (AdMob SDK Team)

unread,
May 29, 2014, 6:47:41 PM5/29/14
to google-adm...@googlegroups.com
Hi Kim,

Can you show me more logs? What does your code look like?

Amy Quispe

lessint...@outlook.com

unread,
May 29, 2014, 9:46:16 PM5/29/14
to google-adm...@googlegroups.com
I am having this same exact issue.

Kim de Vos

unread,
Jun 2, 2014, 2:48:25 AM6/2/14
to google-adm...@googlegroups.com

- (void)viewDidLoad {


    [super viewDidLoad];


        // Do any additional setup after loading the view, typically from a nib.


    [self.dagsDatoLabel setText:NSLocalizedString(@"Dags_dato", nil)];


    [self.UgenStarterLabel setText:NSLocalizedString(@"Ugen_starter", nil)];


    [self.UgenSlutterDato setText:NSLocalizedString(@"Ugen_slutter", nil)];


    [dato setTitle:NSLocalizedString(@"Dato", nil)];


    [self loadLabels];


    // Initialize the banner at the bottom of the screen.


    CGPoint origin = CGPointMake(0.0,


                                 self.view.frame.size.height -


                                 CGSizeFromGADAdSize(kGADAdSizeBanner).height);


   


    // Use predefined GADAdSize constants to define the GADBannerView.


    self.adBanner = [[GADBannerView alloc] initWithAdSize:kGADAdSizeBanner origin:origin];


   


    // Note: Edit SampleConstants.h to provide a definition for kSampleAdUnitID before compiling.


    self.adBanner.adUnitID = @"ca-app-pub-4641309369865580/1049359553";


    self.adBanner.delegate = self;


    self.adBanner.rootViewController = self;


    [self.view addSubview:self.adBanner];


    [self.adBanner loadRequest:[self request]];


}








- (void)dealloc {


    _adBanner.delegate = nil;


}


- (NSUInteger)supportedInterfaceOrientations {

   return UIInterfaceOrientationMaskPortrait;

}


#pragma mark GADRequest generation

- (GADRequest *)request {


    GADRequest *request = [GADRequest request];


    // Make the request for a test ad. Put in an identifier for the simulator as well as any devices


    // you want to receive test ads.


    //request.testDevices = @[


    // TODO: Add your device/simulator test identifiers here. Your device identifier is printed to


    // the console when the app is launched.


         //                   @"c229557e63bb7f5d0102a540f4fc3b7d"


           //                 ];


        return request;

}


#pragma mark GADBannerViewDelegate implementation

// We've received an ad successfully.


- (void)adViewDidReceiveAd:(GADBannerView *)adView {

   NSLog(@"Received ad successfully");

}

- (void)adView:(GADBannerView *)view didFailToReceiveAdWithError:(GADRequestError *)error {

   NSLog(@"Failed to receive ad with error: %@", [error localizedFailureReason]);

}


I should have used the sample code from Google. 

I have posted a screenshoot of my AdMob Monetise screen

Kim de Vos

unread,
Jul 2, 2014, 6:49:18 AM7/2/14
to google-adm...@googlegroups.com
Any suggestions ? 


On Saturday, 17 May 2014 02:58:04 UTC+2, Kim de Vos wrote:

Christopher Rivera

unread,
Aug 13, 2014, 12:28:53 PM8/13/14
to google-adm...@googlegroups.com
Hi

i have the same problem 

when debugging i get the following error:

admob failed to load ad 3

what can i do about that?

Amy Quispe (AdMob SDK Team)

unread,
Aug 15, 2014, 3:18:46 PM8/15/14
to google-adm...@googlegroups.com
Christopher - can you get test ads?

Amy Quispe
Reply all
Reply to author
Forward
0 new messages