Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8482553
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T19:51:25+00:00 2026-06-10T19:51:25+00:00

I integrated iAd / Admob display code from the link from here: http://www.apptite.be/tutorial_mixing_ads.php and

  • 0

I integrated iAd / Admob display code from the link from here: http://www.apptite.be/tutorial_mixing_ads.php
and had some weird results. On admob, my click through rate dropped 40%, but the number of impressions stayed the same. Its as if both ads are shown at the same time, with iAds on top of admob ads. Does anyone see problems with the code on that site that could possibly cause that?

Thank you in advance for your help.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T19:51:26+00:00Added an answer on June 10, 2026 at 7:51 pm

    Firstly we should download Admob Sdk from google.
    That file is required In google AdMob API :-

    GADAdSize.h
    GADBannerView.h
    GADBannerViewDelegate.h
    GADInterstitial.h
    GADInterstitial.h
    GADRequest.h
    GADRequestError.h
    libGoogleAdMobAds

    #import <UIKit/UIKit.h>
    #import "GADBannerViewDelegate.h"
    
    @class GADBannerView, GADRequest;
    
    @interface BannerExampleViewController : UIViewController
        <GADBannerViewDelegate> {
      GADBannerView *adBanner_;
    }
    
    @property (nonatomic, retain) GADBannerView *adBanner;
    
    - (GADRequest *)createRequest;
    
    @end
    
    
    #import "BannerViewController.h"
    #import "GADBannerView.h"
    #import "GADRequest.h"
    
    @implementation BannerExampleViewController
    
    @synthesize adBanner = adBanner_;
    
    #pragma mark init/dealloc
    
    // Implement viewDidLoad to do additional setup after loading the view,
    // typically from a nib.
    - (void)viewDidLoad 
    {
      [super viewDidLoad];
    
      CGPoint origin = CGPointMake(0.0,
                                   self.view.frame.size.height -
                                   CGSizeFromGADAdSize(kGADAdSizeBanner).height);
      self.adBanner = [[[GADBannerView alloc] initWithAdSize:kGADAdSizeBanner
                                                      origin:origin]
                        autorelease];
    
      self.adBanner.adUnitID = AdMob key;
      self.adBanner.delegate = self;
      [self.adBanner setRootViewController:self];
      [self.view addSubview:self.adBanner];
      [self.adBanner loadRequest:[self createRequest]];
    }
    
    - (void)dealloc {
      adBanner_.delegate = nil;
      [adBanner_ release];
      [super dealloc];
    }
    
    #pragma mark GADRequest generation
    
    - (GADRequest *)createRequest {
      GADRequest *request = [GADRequest request];
      request.testing = YES;
      return request;
    }
    
    #pragma mark GADBannerViewDelegate impl
    
    - (void)adViewDidReceiveAd:(GADBannerView *)adView {
      NSLog(@"Received ad successfully");
    }
    
    - (void)adView:(GADBannerView *)view
        didFailToReceiveAdWithError:(GADRequestError *)error {
      NSLog(@"Failed to receive ad with error: %@", [error localizedFailureReason]);
    }
    
    @end
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I integrated Miles johnson Cakephp Forum Plugin from http://milesj.me/blog/read/changelog-forum-3.1 . in My project (cakephp
I have integrated the sample code as provided in here to know how the
Is there a way to integrate iAd and AdMob in one project so that
I've already integrated facebook login in my Android app but my problem is here:-
I successfully integrated iAd into my iPhone app. However, I can't find a way
As title described, I integrated iAd into my iPhone apps. Everything worked fine in
I've integrated the ZXing QR Code reader library (ZXingWidget) into my iPhone app, but
I've integrated GeoIP into my CakePHP. Now I have to call it from my
i've integrated a map and i want to display the route directions between two
Hi my requirement like this:I required iAd and AdMob in single Application and if

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.