I'm currently developing an app with AdMob. I have followed all instruction from official admob (BannerExample) and though I managed to display the ads, but there's no reaction when I click on it. Does anyone has a clue why is so?
Thanks in advance.
Got it! Finally find my answer. I found that my layout is overlapping each other. That's why the ads seems no reaction. Once I've fixed the layout, the ad works perfectly.
Related
I am using applovin ads in my android app, but the ads are too long and not able to click on the close as well.
The user experience is too bad. Also the ads are shown as tow cycles. It leads to the loss in user retention.
Kindly let me know any one facing the issue like the same.
I have followed this doc to show the interstitial ads in my app.
https://dash.applovin.com/documentation/mediation/android/getting-started/interstitials
Sorry for the late answer. May be you did it but if you don't someone also facing the same issue because I am also facing this issue. It is a bug in MaxAd in "testing Mode". You can check it while downloading from play store and on a real time device.
its easy to setting time in applovin, by going to discovery and Application go to video setting and adjust
enter image description here
hope thats answer your question
i am having problems in showing ads on my android app. I am able to show ads using this
AdView adview = (AdView)findViewById(R.id.adView);
AdRequest adRequest = new AdRequest.Builder().
addTestDevice("127544499E3830865BD4E63234B4CC99").build();
adview.loadAd(adRequest);
But when i wanted to show real ads, i removed this
addTestDevice("127544499E3830865BD4E63234B4CC99")
but now its showing nothing, just plain white. So anybody have idea, i looked at another question but nothing works, everything this correct from my admob account and i am also having permissions,activity & meta in my manifest.
Look at your logcat, it will tell you why you aren't showing any ads. It's probably because there aren't any to show right now. This is a normal situation.
You have removed the ad id number so it has nothing to show. You are supposed to insert your number that you generated on admob page.
There is a tutorial: https://developers.google.com/mobile-ads-sdk/docs/admob/android/quick-start
I was able to solve the situation, this was happening because of the device it self. I mean only on that device later when i gave this a little time and tested it on other device. It just worked great.
Thanks everyone for the suggestion.
I want to know if there is a possibility to force the orientation of an Admob Banner (4.3.1) for Android. My game force the player to play in landscape, but I would like to put the Ad at the vertical. Like this the Ad will destroy less space on the screen and I can put the ad at a better place to get clicks.
I already saw games like this, but I don't remember which one... Oh, and my Ad is only on a XML file, so if I can use it without JAVA code, it would be excellent.
I found nothing on my research :S
Thanks
Unfortunately, AdMob does not support a 50x320 creative.
You can flip it, but the content will still be in a different orientation. And this should be done probably in the code. I don't exactly know hoe.
This link might help
Im trying to change the background color of the ad to make it fit better into my app. I found that this could be configured through their web page, but for some reason this does not work 100% of the time, sometimes the ads appear with their normal looks.
So I choose "Use colors set in client code" and tried to change the ad-look in my app, but I have been perfectly unable to do this. I found many good guides for pre-4.1.0, but none for this version. Any help is really appreciated.
Cheers,
It did not work when admob filled their adspace with ads from google ads. Turning off this filler made the ads always look the way I wanted, but then the fill rate was disasterous.
I was able to setup admob in my app but it only shows in the first page where i first setup. I copied same code on different activity and layout but these never appear. Any idea why? and is it possible to display admob on different layout xml?
thanks.
I see this working in the way you describe it in other ways, so I guess it should definitely be possible to have Ads on multiple pages.
Have you tried putting your ads into test mode- do they appear by then? If not you probably have a different problem (like layout etc..)
http://developer.admob.com/wiki/Android