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
1 answer

How to Add mediation network in AdMob?

I have already implemented Admob ads in my application now I want to know about How to add MoPub networks as a mediation network in Admob, For this I have already add MoPub framework and Mediation adopter but I can't get Ads from MoPub can you…
Dipen Chudasama
  • 3,063
  • 21
  • 42
3
votes
3 answers

Can I speed up Admob load on Android?

I have a notification app that never caught on at 99 cents. So I'm trying the free with ads model. Problem is, Admob is slow. Its load times are as great as seven seconds after the activity displays. The activity is just a notification so the user…
Tone Milazzo
  • 31
  • 1
  • 4
3
votes
2 answers

Which Android platforms / API are compatible with Google Play Services versions?

I am new to Android development (but not development in general). In iOS, the documentation clearly states which versions of the iOS SDK a particular API is available with. In Android I am confused. I am using android-10 platform, and my minimumSDK…
Rahul Iyer
  • 19,924
  • 21
  • 96
  • 190
3
votes
1 answer

How to add google ads interstitial in PhoneGap?

How to add the Google ads interstitial in my Phone Gap project. Please send me link or example for reference.
Kaushal Patel
  • 338
  • 4
  • 19
3
votes
1 answer

AdMob not showing my app name! Can I still continue to publish with adMob ids embedded in adviews?

I have made an app based game in Android studio. I am using ad mob to show banners and interstitial ads in my app. It is in Google play and verything is working fine. Both the ad formats are displaying without issues. My question is, I have created…
3
votes
0 answers

Changing existing ads to house ads admob

I already have admob ads active on my android app. These were not house ads. But now, I want to display 'House ads'. For this I added 'New house ad campaign' for my existing ad unit, following instructions from this link: Creating House Ads Added…
pratiti-systematix
  • 792
  • 11
  • 28
3
votes
0 answers

How to register GADNativeAd to auto handle GADNativeContentAd view click in iOS?

We're working on implementing native ads - GADNativeContentAd. I have displayed it well with all its fields. Now, I want to handle click action on ad view but it seems that it is not auto handled by google, same as banner ads. (Clicking on ad view…
Ruchi
  • 411
  • 4
  • 13
3
votes
1 answer

Cordova Build Error: More than one library with package name 'com.google.android.gms

I am developing android application with cordova, I need google plus login and admob feature in my my app , So I add the following plugins 1) admobpro 2) cordova-plugin-googleplus Is it necessary to add google play service plugin to use the above…
Rahul.S
  • 343
  • 7
  • 16
3
votes
1 answer

Admob Impressions/Clicks not updating after uploading it on playstore

I had created a banner admob ad using this link. App it was working good. I even got publisher id and I was able to view impressions and clicks from Admob website. But after I completed the development, I uploaded the app on play store and i am not…
3
votes
1 answer

How to create admob banner programatically with setContentView(new Activity(this)); without using xml?

This is the onCreate(); method of Game.java activity of my 2d endless running game. I am New to java and android. I completed the game and is ready to publish to playstore. But I am unable to add admob banner to my game. admob tutorials i searched…
theNirdosh
  • 63
  • 1
  • 5
3
votes
2 answers

Handling test/production "Ad Unit ID" in admob android application

I'm making an application including admob ads with help of this google's official tutorial However, it states "You should always use test ads when developing and testing your app--testing with live production ads is a violation of AdMob policy and…
gadjou
  • 88
  • 7
3
votes
1 answer

how to block inappropriate ads from admob account

I am making some religious android apps, and I am also using ad-mob ads in my apps. Some of ads are inappropriate like Leo privacy guard as they have sexual graphics in ads.I don't want to display this ads in my apps. How do i block this specific…
M Usama
  • 60
  • 1
  • 5
3
votes
2 answers

AdMob for Android: listener to click event

I would like to detect when a user clicks on an AdMob banner. I realized that most banners nowadays open only after a confirmation click. AdMob provides AdListener() and its callback onAdOpened(), but such callback is not fired by the first click,…
Daniele B
  • 19,801
  • 29
  • 115
  • 173
3
votes
1 answer

Cordova compiling fails with admob - missing com.google.android.gms:play-services-ads:+

After a problem integrating admob into my cordova application, I've decided to follow the example layed out here: https://github.com/floatinghotpot/cordova-admob-pro As I work with a windows 7, I've made the required changes, but it looks something…
GuruYaya
  • 545
  • 3
  • 16
3
votes
0 answers

ActivityNotFoundException while integrating AdMob

I've seen similar question like this but non of the solutions have helped me. I followed the guide lines provided in this link https://developers.google.com/admob/android/quick-start to integrate AdMob into my app. My xml files and java classes are…
Johan Rovala
  • 174
  • 1
  • 2
  • 14
1 2 3
99
100