Android showing test ads when it should be a real ad - android

I have implemented Native Ads in an Android application, I've used the correct Admob app ID and the Admob unit ID, the ads are showing but it shows test ads only.
Note The application has been alive for a few weeks now, however, it only has tester users for making some changes after mass publication.

Extract the final application.
And leverage on the Google Store.
Second, there should be some people using the app to show real ads

Related

What are the steps for an android app to publish play store and showing admob ads?

I have successfully integrated admob "Test ads" in my android app. Then I created an ad unit in admob and replaced the test app id and test ad unit id with my original app id and original ad unit id. then I just published the app in play store. Now are there any steps remaining to do for showing admob ads in my app.
Now you need to go to the app you created in admob (where you created the ad unit), and in its settings you need to link the AdMob app to the PlayStore app.
ps. Months ago this was enough for the ads to run, now I think they have put in a review process where, when you connect the app, they do checks to see if it violates their policies, and if all goes well, they should notify you that everything went well, or else the steps to take to solve the problem. (but I haven't loaded / linking new apps in admob in months, so I'm not sure if they do this process or not, or how long it will take, or whatever, so I recommend you do some research about it).

Can I use Google mobile ads without publish my android application

My question is very simple, can I use Google AdMob ads in the android app without publishing it in google play? because when I try to use the real banner ads in my app am getting this message LoadAdError(code: 3, domain: com.google.android.gms.ads, message: No ad config).
be aware I have added my mobile device as a test device and the ads was working fine, but when removed my device from the mobile test devices list in my Google AdMob. am getting the mentioned error message.
The Advertisement works in two ways.
While The App Is In Development.
While The App Is In Production.
Scenario 1: While the App Is In Development
For this case, we need to use Test Advertisements. Admob and "com.google.android.gms.ads" doesn't allow the user to use Advertisements in Development Phase due to false impressions.
To enable Test Advertisement. There are two ways: You can either use google ad unit id's which are available on their site. Or You can use your own ad unit id, but you will be needing to register your device as a test device and use your own request configuration.
Go to AdMob page and settings>test devices and add your device as a test device directly from the site no need to do this programmatically!
and boom! you get the test ads from your ad unit and you can safely use your app!
Scenario 2: While the App Is In Production
This is a pretty simple part...
Just remove the .setTestDeviceIds(Arrays.asList("your device id should go here")) part from the code... (If you had set programmatically)
Link your AdMob App to PlayStore.
Just opt for the ad.
And check if Ads are enabled in your app settings on the play console.
It should work now.
YOU CAN'T USE ADMOB ADS WITHOUT HAVING PUBLISHED YOUR APP IN THE PLAY STORE OR OTHER VERIFIED STORES (CHECK THEIR BLOG TO KNOW THE OTHER STORES YOU CAN UPLOAD) IF YOU DO NOT PUBLISH IT MAY RESULT IN A VIOLATION OF ADMOB POLICY AND YOU MAY BE SUSPENDED! SO, BE CAREFUL.

why google Admob ads not showing up

I just create an android app and wants to integrate ads from my google AdMob account. but Ads do not show up.
But when I test my app from the developer's guidance as they provide sample id's for banner and interstitial ads and also for app id the app work fine but as soon as I put banner id, interstitial ads id and app id from my Admob account then the problem occurred. I did not publish my app till now to play store and I just created my AdMob account does it take time to verify or any suggestion why ads not showing up.
some common issues are :
Make sure you have updated AdMob with your payment details.
Make sure that the ads you created in AdMob are banner ads.
Check your AdMob dashboard to see the status of your ads, are they active?
Verify you used the correct Ad Unit Id.
Give it 24 hours, it can take time for an ad to become active in your
region
if you do not have traffic on your app Admob will not show ads on your app and if you Will publish your app on play store then AdMob will show ads on your app without traffic read New (privacy policy) if you link your app (published on play store) with Admob then your account will not be suspended directly AdMob will always give you a warning
Notice that if your ad unit id is incorrect, UI will show nothing although the design view will show the AdView.
Make sure you have a valid ad unit id, I used this test ad for a banner: ca-app-pub-3940256099942544/6300978111.
It's not the app id, it's a different id.

How to get MoPub to start showing advertisements in Android?

I integrated Mopub ads in my application. Application is running fine but in ads banner section all I can see is:
WELCOME TO MOPUB!
Click Here To Test Ads.
you can now set new campaign to serve other ads.
I cannot find any solution for this like why this is not showing any type of ads.
I have not published my app to play store, only waiting for MoPub to work perfectly fine so that I can push it to play store.
I have Ads unit in app.Mopub.com and its displaying the ads impression and click on dummy text for ads but no actual ads.
Please suggest what to do?

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 an app manually in the admob dashboard and have obtained the ad ids which I am using to get ad. It's working. But I am still not able to link it in the admob site since it is not showing my app name (tried searching using both the app and the dev name). I have published my app to google play on 16/08/2015 around 7pm and now it is 18/08/15 10.30am. With ads displaying without error and at the same time "NOT YET LINKED", Is it ok to circulate my app among the persons I know?
Will their impressions and clicks be counted? When will admob list my new app (I can see my old one).? Also, what is the best refresh ad intervals for both banner and interstitial ads to maximize revenue?
But i am still not able to link it in the admob site since it is not
showing my app name
As you have published your app on google play, wait for a while, may be a day or two. And then you will be able to see your app in AdMob search. The thing is Play store takes sometime to index app and similarly it some time to show app in searches.
Will their impressions and clicks be counted?
Yes. Linking your AdMob with app or not linking (until your app apears in AdMob) will have no effect on your payments, clicks etc

Categories

Resources