banner ads disappear from android application - android

I published an android application and it has banner ads.
when application published on google play store banner ads display in application but after one week banner ads disappears.
what is the problem then ? and how to solve it ?

Most probably, admob has placed limits on your account. If your app is new, this is not uncommon. Make sure the implementation of your app is correct (for ads), and wait for a few days. If you are not indulged in any activities that violate Google's ad policies, the ads will start displaying again. It may take upto a month. Also, please consider reading about things on the web first before asking on StackOverflow

Banner ads will only show on App installed through Play Store and wait for a minute to let it load ads(this solved the above described problem once that I was too facing)

Related

Admob ads disappear after apk publish

I have an Android application that use Admob to display ads. When I tested the application on my mobile phone before publishing it to the play store every thing was perfect and ads appear normally.
After publishing the app to the play store and download the live version the application doesn't show any ads.
How can I fix the problem ?
This is not your problem. It's a global problem but Google don't say anything about it.
Check these:
Admob: BannerAd don't show on clients phones.
Admob ads now showing from two weeks
https://productforums.google.com/forum/#!topic/google-admob-help-forum/8oc3pebOrFw;context-place=forum/google-admob-help-forum

How to replace my ads on an android app without giving update to a users

So i'm completely new to android apps. I have build my own web-view application of my website. I have seen some tutorials on YouTube about putting up Admob in an app but i have few question on that
If i put Admob code in my app and later if i want to shift to
another ad company. Do i need to replace it inside my application and
upload it again in Google play store?
If yes, then the person who never update an app wont receive my new ad company ads?
Can we put some code inside the app like we put iframe in html pages from which can change ad codes etc without uploading it again on Google Play Store?
Please answers these question
Thank you
First Solution: Add mediation to your Admob Ads.
Second Solution: Fectch a value from database on cloud (ex:Realtime Database) and according to that value, setup ads with proper ad network sdk.
NOTE:
Both option needs you to integrate another networks SDK or at least mediation adapters just as you imported admob sdk. This leads to increase in app size.
Second option requires you to to extra work.

Can i put Adf.ly ads to my App?

1) my question is if can i put a banner that when we click it, this go to an adf.ly link to earn money? Can i get banned for Google ?
2) If i have an app with ADMOB ADS(in this app, i only have ADMOB ads), and i put another App with adf.ly links, can i get banned or no because they are different apps (in this app i only have Adf.ly links)?
3) And if i put one app with Admob Ads *AND* Adf.ly links what happend ?
Sorry for my english, and thanks.
Here's a list of other ad SDKs you can use
It is fine to use other ad SDK's in your different apps, as far as I am aware. Ones like AirPush (I think that's what it was called) are not allowed anymore as they push ads in the background.

When will it become active on admob at Android app

I made Android app which integrate admob.
Then I run this app on my test device and it show ad banner on the screen.
But ad's status is still inactive. It makes me confuse.
Do you know that when admob become active? Run this app which download from market store?
Thanks in advance.
AdMob statistics are not realtime. It may take a few hours to see your requests on the admob site.

AdMob Ads not displaying

I'm adding AdMob ads (say that five times fast) to my finished, published Android app. I added the code from the PDF included with AdMob, following their instructions to a tee. The test ads show up fine on my emulators and specified test devices. They just don't appear in the published marketplace app when you download and run it. I still get impressions on my AdMob page however. Any ideas?
Admob sometimes doesn't have ads to display. This is worse for some apps than others. There are a few things to do to help mitigate this problem:
Enable adsense ads - this gives a larger pool of ads
Ensure that you have house ads available for all of your apps in Admob. That way, if they can't find paying ads, they'll at least show your house ads. This will significantly raise your fill rate, but not directly raise your income (depends on what you do with the house ads).
I know that the admob code does not display anything until it connects to the server and receives an ad. In my app it can take several seconds for the ad to display, but not usually longer than that.
I notice this fairly often with admob on one of my apps, while another seems to serve up ads just fine. Can't figure it out either, but I suspect it has to do with AdMob not having any campaigns that tailor to your application description and keywords.
I'm seeing exactly the same behavior. Does your app perform any network tasks on startup? If so, here is a thread on admob's support group which might provide an explanation:
https://groups.google.com/d/topic/admob-publisher-discuss/hR7zs_GBSRw/discussion
Unfortunately for me delaying my app's network activity while waiting for admob isn't really an option, so I wish admob/google would release a fix.

Categories

Resources