Questions tagged [google-admob]

277 questions
-1
votes
2 answers

Can we use Admob ad in multiple activities

I am using one Admob ad in my app,it is perfectly displaying the ad. Now can I use that same ad in all remaining activities in my app,I mean can I use same publisher id and ad id in multiple activities. My doubt is, it takes time to show ad or it is…
Dhanu K
  • 6,323
  • 4
  • 19
  • 31
-1
votes
2 answers

Android : How to display Ad only using Java and not xml

Is it possible to generate ad Banner using java coding in android eclipse, without using any xml tags?
-1
votes
1 answer

how to place admob interstitial ad banner correctly to avoid accidental click warning?

i currently have a few apps that have admob integrated... the interstitial ad loads and shows when the app opens and then it shows another ad every minute or so.... i didn't know that there was anything wrong with this as i got my code directly from…
skapaid
  • 149
  • 3
  • 15
-1
votes
1 answer

How can i implement the latest Google VIDEO admobs ?

Actually the doc implementation looks unclear to me, if someone has a ready to use snippet of code, it will be welcome. please provide as much details as possible. in my case i have a Entertainment App with Google login, my user will benefit of…
dev242
  • 21
  • 9
-2
votes
2 answers

AdMob stops providing ads

I have released Android game with AdMob ads. One day (Aug 7 2017) ads stopped showing. But ads works with Google test Ad id and other account Ad ids. Probably some issue with my account. What is the problem? The game was released almost year before…
Petro Shm
  • 339
  • 2
  • 10
-3
votes
1 answer

Google Admob ads integration

MobileAds.initialize() We have to write this code by Google Admob in all the activities of the app or only in the Launcher Activity?
Amit Gupta
  • 11
  • 1
-5
votes
2 answers

Can i use FB and Admob ads in a project on different pages

I have used google admob on another page but i want to use fb audience network banner ads also but its showing error. My code is : adView = new AdView(BhaktiPlayer.this, "539967309761431_541729399585222", AdSize.RECTANGLE_HEIGHT_250); //…
1 2 3
18
19