Questions tagged [google-admob]

277 questions
9
votes
2 answers

Why do the impression counts on the AdSense app and on the site apps.AdMob.com differ?

I am using admob in my app to show advertising. To check the impressions I am using AdSense app and set with my AdMob account. When I check the impressions count on site apps.admob.com and on app AdSense impression count differ. Its almost double on…
mujaffars
  • 1,327
  • 12
  • 33
8
votes
0 answers

Google AdMob "we'll try not to show that ad again"

I'm using AdMob for displaying ads in my Android app. I have integrated all the steps and I was getting the ads, but suddenly it started showing "we'll try not to show that ad again". Why does this happen?
Karthik K M
  • 527
  • 2
  • 7
  • 24
7
votes
3 answers

Gradle conflict when using admob 15.0.0 with the lastest support library

I am using 'com.google.android.gms:play-services-ads:12.0.1'. and android support version 27.1.1. when I try to upgrade my ads library to the latest (15.0.0) I get an error saying that I must use the same version specification. See image…
7
votes
1 answer

Store Services crash for ios 11

My app is causing crash in crashlytics for ios 11 devices only . This seems to be occurring for many people ( here and here ). Anyone found a fix for it ? Below is the description of the crash. ** Crashed:…
1shubhamjoshi1
  • 506
  • 6
  • 16
6
votes
2 answers

Admob banner ad not loading in android P

I am using AdMob banner ads in multi-process. It is working fine on API version lower than 29 but on android-P, it is giving this error. com.google.android.gms.ads.internal.webview.s: Webview initialization failed. at…
Mateen Chaudhry
  • 534
  • 8
  • 23
6
votes
0 answers

Can I get "ad_impression" and "ad_click" from BigQuery linked with Firebase analytics?

I use Firebase analytics and AdMob to gather my mobile app events, and link Firebase analytics with BigQuery. Then I try to get "ad_impression" and "ad_click" events from BigQuery, but there are no those event name records. questions are Are there…
6
votes
4 answers

AdMob EU Consent Error: consent form can be used with custom provider selection only

I am the Google consent SDK for android and I have followed all the steps listed in the documentation. When I load the form I get this error in the onConsentFormError : consent form can be used with custom provider selection only. I have selected…
Iffat Fatima
  • 1,200
  • 1
  • 10
  • 23
6
votes
5 answers

High ram usage with admob

I am trying to place ads inside my app. According to Admob Documentation I have to initialize Mobile Ads SDK MobileAds.initialize(this, "YOUR_ADMOB_APP_ID"); This causes spike in high ram usage in code. But if i remove this line then ram usage…
Skyyy
  • 1,666
  • 20
  • 50
6
votes
3 answers

How to implement Native express ads in Listview with CursorAdapter

I have listview with cursoradapter. Now i want to implement native express ads in listview. I have seen the implementation of Native ads with simple baseAdapter,in that generally we are using List for passing data to adapter and check type…
5
votes
1 answer

iOS AdMob : Error No Ad to Show

Currently using AbMob SDK version 7.29.0. We are facing issue where we are unable to show ad and it giving us an error as follow: adView:didFailToReceiveAdWithError: Request Error: No ad to show. It is working fine with iOS 11 and showing ad but it…
user6538263
  • 55
  • 1
  • 5
5
votes
2 answers

admob banner live ad not showing but test showing

MainActivity code: MobileAds.initialize(this, getResources().getString(R.string.app_id)); mAdView = findViewById(R.id.adView); mAdView.setVisibility(View.VISIBLE); AdRequest adRequest = new AdRequest.Builder().build(); …
Abdul Qadir
  • 95
  • 1
  • 9
5
votes
0 answers

Firebase SDK is out of date, no ad showing

I found here Android Studio - SDK is out of date or is missing templates I need to update in my SDK tools. I see no option for Firebase. I followed the AdMob instructions. A 403 "unable to show ad" error showed, then I switched my ad unit type to…
quantumpotato
  • 8,938
  • 12
  • 57
  • 132
5
votes
0 answers

Why is my interstitial Ad Producing an error?

I am trying to show an interstitial Ad whenever the game over scene is displayed and I am just getting in error. I have searched for answers but they produced the same result. I am using the Notification Center method and it is not working. My…
Justin
  • 141
  • 7
5
votes
1 answer

Showing Interstitial Ad After a Specific Number of Clicks

I want to show admob interstitial ad when a user clicks a button. But I don't want to show the ad every time the user clicks the button. I want to show it after every 3-5 times user clicks that button.
Zaid Waseem
  • 143
  • 1
  • 11
5
votes
1 answer

Not logging ad exposure. No active activity. 'Google Admob RewardedVideo'

I get an error when I want to switch to another activity. The problem started right now: 'Google Admob RewardedVideo' I was trying to add. There was no problem after adding the flag ad. 23198-23236/com.metabrain.emre V/FA: Recording user …
Emre Aydemir
  • 131
  • 2
  • 10
1
2 3
18 19