Questions tagged [admob]

AdMob is a mobile advertising company owned by Google. This tag should be used for questions relating to the use of the AdMob SDK and incorporation of AdMob services into your code. Stack Overflow is not a site for discussion of features or usage of the AdMob service.

AdMob is a mobile advertising company owned by Google which lets developers monetize their applications by "renting" screen real-estate to display ads.

Available on Android (as part of Google Play services or stand-alone SDK) and iOS.

Further reading:

10017 questions
3
votes
2 answers

Is there a way to deliver only House Ads through AdMob?

I'm creating an iOS / Android app where I'd like to utilize AdMob to deliver house ads. However I do not want to display any other ad networks, only my house ads. Is there a way to disable 'ad sources ordered by eCPM'?
foochuck
  • 31
  • 1
3
votes
3 answers

Unity3D 5 packages conflict

I have Unity 5.0.2f1. Firstly, I've successfully added GooglePlayGamesPlugin-0.9.20.unitypackage to my project. Then, I've tried to import GoogleMobileAds.unitypackage, but I got these errors: Error importing folder (The pathName assets/plugins is…
Necronomicron
  • 1,150
  • 4
  • 24
  • 47
3
votes
1 answer

AdMob - Testing Vs. Publishing

So I have Google's AdMob in my application, and I'm wondering about a couple of the lines of code used to display a test add when testing on the simulator or device. This is the code I use (as shown on Google Dev docs/tutorials): //log version of…
Reanimation
  • 3,151
  • 10
  • 50
  • 88
3
votes
2 answers

Admob "request pin" new address is not working

I had applied for admob pin verification once and after sending that I figured that address was wrong so I had updated my new address, and when am trying apply new pin it is still showing the old address. Also I have qualified for the payment…
3
votes
1 answer

Event for "onAdLeftApplicationDone"?

New to AdMob, just implemented my first InterstitialAd and it's working fine. So if you'd look at this official documentation for "AdListener", you would see this description for "onAdLeftApplication()"-Event: public void onAdLeftApplication…
3
votes
0 answers

App freezes on ad click

I am drawing objects in a SurfaceView so I decided to use a RelativeLayout to display ads. I have the following code in my onCreate method. v = new ViewHandler(this); super.onCreate(savedInstanceState); RelativeLayout layout = new…
3
votes
1 answer

AdMob Network Report Guidance

I've just started to use AdMob in my apps, and I am a little unsure on the different terms (such as "Requests", "Impressions", etc.) and what they mean in the Network Report. For example: Although I have found some information regarding what some…
Farbod Salamat-Zadeh
  • 19,687
  • 20
  • 75
  • 125
3
votes
1 answer

AdMob show ads in unity on a gameobject

I am using AdMob to display ads in my game. However, the position of the ad is 2d, just on the screen. I have a billboard in my game and I really want to show the ads on the billboard inside the screen. How can I do that?
Eleanor
  • 569
  • 1
  • 8
  • 17
3
votes
1 answer

Errors when adding AdMob interstitial Swift

I'm attempting to add an AdMob interstitial but I don't know how. I've tried a tutorial on YouTube but I receive 2 errors. var interstitial: GADInterstitial! override func viewDidLoad() { super.viewDidLoad() self.interstitial =…
3
votes
0 answers

Solutions to increase ad loading efficiency

While tracking my ads I notice a high amount of interstitial ads fail to load. The ads are supposed to show when the user takes a major action like sending a text message. I call my ads in onCreate like this in OnCreate. interstitialAd = new…
SmulianJulian
  • 801
  • 11
  • 33
3
votes
1 answer

AdMob showing test interstitials in released application

I've added AdMob interstitials to my iOS application and they work fine on the simulator, showing test interstitials. However, upon the release of my application on the App Store I've realized that the interstitials are still showing test…
Prateek
  • 1,724
  • 3
  • 15
  • 27
3
votes
2 answers

Android AdMob Mediation - not receiving mediated networks ads

I am trying to set up my Android app to show ads from the mediated networks (which by the way, has no good explanation anywhere), and here is what I have done so far: 1) I have copied the publisher ID to the xml view which will show the ads, and…
Sartheris Stormhammer
  • 2,534
  • 8
  • 37
  • 81
3
votes
1 answer

GADBannerView does not set height

Does anybody know how to show 50pt-height GADBannerView programmatically? In my viewDidLoad, int heightOfBanner = 50; GADBannerView *banner = [[GADBannerView alloc] initWithAdSize:GADAdSizeFullWidthPortraitWithHeight(heightOfBanner) …
Tsuyoshi Endo
  • 727
  • 1
  • 7
  • 17
3
votes
1 answer

How to import GoogleMobileAds framework?

I am following the instructions on the following page to integrate admob with my iOS application: https://developers.google.com/mobile-ads-sdk/docs/admob/ios/quick-start#manually_using_the_sdk_download Unfortunately, when I try: @import…
Rahul Iyer
  • 19,924
  • 21
  • 96
  • 190
3
votes
0 answers

iOS app's Documents and Data becomes huge

I'm using admob mediation for ads on my applications. Normally my app's size is 40 mb, but my app's documents and data becomes 300+ mb. I've noticed that my app's document and data becomes huge after using it regularly. I've made some investigation…
edie
  • 758
  • 1
  • 11
  • 29
1 2 3
99
100