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

Why is Android View jumping to Admob ad?

I'm a fairly new Android app programmer trying to implement ads in an app. I'm including a Banner ad in a fragment like so
squeegene
  • 467
  • 1
  • 5
  • 18
3
votes
2 answers

Preventing AdMob Invalid activity

I have been getting some amounts between $0.2 to $0.7 debited from my final payment from AdMob ads under the title "invalid activity" in my payment details. Yes the amounts are small but i am still worried as i have been extra careful while testing…
krv
  • 2,830
  • 7
  • 40
  • 79
3
votes
2 answers

Ad Declation On Google Play Services Shows Admob Within APK

Google Play now require you to fill out an Ad Declaration for all apps distributed through Google Play. I updated my apps to "Not ad supported" and Google responded that it found an ad SDK in my app, AdMob 350. They accepted the no ad declaration…
Shai Almog
  • 51,749
  • 5
  • 35
  • 65
3
votes
2 answers

Admob Interstitial Ad showing black with new Ad unit ID

i have created one app and i am using admob Interstitial Ads. As i have created new Interstitial Ad unit ID for that app but ad is showing black with close button, but if i use my old applications Ad unit ID ads will show up. I dont know why this…
umesh
  • 454
  • 3
  • 15
3
votes
2 answers

Is it good practice to clear the cache files generated by AdMob in Android?

I have integrated AdMob in my Android app. I noticed the app taking up more and more storage space in a folder called app_webview generated by AdMob inside the app data folder. Should I clear the contents of this folder on each app exit ?
chandruscm
  • 33
  • 6
3
votes
2 answers

Show Admob Interstitial ads between scenes in Swift SpriteKit

I would like to know how to set up Admob Interstitial ads when I present my GameOverScene. What should I do to show the ads only sometimes when the game gets over? And how do I implement this in Swift? Im referring to this post How to call admob…
Dieblitzen
  • 544
  • 4
  • 22
3
votes
1 answer

Cannot get AdMob or iAd banner ad to work in iOS ActionExtension or ShareExtension

I cannot get either AdMob or iAd banner ads to work in an iOS ActionExtension or ShareExtension -- has anyone gotten either of these to successfully work, and if so, how? Both AdMob and iAd work fine in the "container" portion of the…
BillB
  • 331
  • 3
  • 8
3
votes
1 answer

Google Play Store says my app uses AdMob

we are the creator of TourisMap. We created our app with Android Studio and we published our app 3 days ago and we are so happy! Today we studies what the Google Play Developer Console says and we found that! Supported by ads: We found SDK ads in…
3
votes
2 answers

Admob GADBannerView, does not show when UINavgiationController is present

I've been trying to integrate adMob banner ads in my app and everything works fine till i add a uinavigationcontroller. the test ads don't show anymore. The only view controllers on the story board are a uiviewcontroller and a navigation view…
3
votes
0 answers

How does AdMob count impressions in ListView

I have a ListView in which I show an add for each position % 5. So for example if I have 16 items in a list, then I show an ad 4 times. The way AdMob works is you have to declare the ad unit inside the xml as
learner
  • 11,490
  • 26
  • 97
  • 169
3
votes
3 answers

Android fragment layout not loading when showing an Admob interstitial ad in OnCreateView

I've got some problem with displaying ads in my app using AdMob. The problem is as stated in the topic. This is my starting activity class: package com.example.admobinterstitial; import android.os.Bundle; import…
Savail
  • 867
  • 10
  • 27
3
votes
3 answers

Estimated earnings admob dropped to 0

I have an Android application in Google Play and I show a banner at the bottom of the screen. I uploaded the application three days ago, until now the estimated earnings have increased but today I got up and saw that the banner has been shown 55…
Juan Manuel Amoros
  • 347
  • 1
  • 5
  • 17
3
votes
1 answer

Google Admob low payout per CPC

I have installed AdMob in my game. And untill now I have 3 clicks on ads and my estimated balance is about 0.04€. I think that thos price is very low, do you think that 750 clicks on ads worth about 10€. Have I set everything OK? Do you have…
encrypt
  • 77
  • 1
  • 11
3
votes
1 answer

Is it possible to cancel or dispose of an AdMob interstitial ad pre-load?

I am adding AdMob Interstitial adds to my Android Cordova app. I preload the ad with this call during a natural break in the game: if(AdMob) AdMob.prepareInterstitial( {adId:admobid.interstitial, autoShow:false} ); But, if the user navigates to…
learnworkplay
  • 633
  • 6
  • 10
3
votes
4 answers

Google Admob for iOS. When and how will the real ads appear?

Recently I added interstitial ads in my iOS App. Although during development phase we are supposed to use testDevice id for test ads. The google admob faq says that you can submit the app with the testDevice id code still in it. I did submit it with…
shubhsin
  • 247
  • 2
  • 3
  • 12