Accidently admob live ad was displayed, should i be worried? - android

I was doing testing of my admob apps, and I forgot to add test device code in a particular activity, and Live ad was displayed on the device. I didn't clicked it though, should i be worried? will i lose my account?

Don't be worried, google was well aware of these type of accidents. If you kept using it on developer mode, will result in a problem of terminating your admob account. Not this type of accidents.
Been in the same situation. Nothing happened.

Related

Will Closing My Admob Account Crash my App

So this is my first Android app. I made a mistake and set up my Admob account as an individual when my App operates under my company. So, after doing the research it appears that once I establish an Admob account I can't change the type (from individual to entity).
So I have to close it and create a new account. But I was wondering if I need to remove all the Admob code from my app before I close the account? Or can I just leave it be and once the account is closed the Admob SDK will just ignore the request to serve an ad since the account would be null.
I don't want to close the account and the activity of Admob searching for an invalid account causing the app to crash. However, I don't want to roll out a whole new app version if I don't have to. I'll have to roll out a new version anyway once I square away a new Admob account.
My gut tells me Admob would just ignore it and not crash the app, but I don't want to assume since my level of expertise it not that high in this area. Any insight would be appreciated.
to my knowledge, if you have caught events in your code like not internet, or failed ads loading, then deleting your Admob account doesn't affect anything, it's just like you wrote the wrong id, your app still works normally

Delete app from Play Store that was disabled

I got the following problem:
I published an app that had to do with Corona. I didn't know that Google doesn't allow this (unless it's approved by your government in some way), so Google disabled the app directly.
I have tried to just delete it then, so it doesn't appear in the Dashboard anymore, but I couldn't find how to do this. I've searched the internet on how to delete disabled apps and it seems like that is not possible.
Now that would be fine, but there's the following issue:
Since it was disabled, Google Admob says "one of my apps violates the terms of use of Admob". There also isn't a direct problem with that, but Admob just sent me an E-Mail yesterday that says
Google will introduce a new strike-based system to enforce against advertisers who repeatedly violate Google Ads policies
So I need to remove the App. How can I do that?!
Here's a screenshot that shows that everything is greyed out and therefore I cannot delete the app the normal way:
You can't do it unfortunately. The only thing you can do is fix the problem and only then delete it.
You can do it by select app and then setup option > Advance setting here you can unpublish and more setting with you app

Admob doesn't work at my app for a certain time.

1.On my new app (did not upload to play store yet) I see ads at the starting and then disappears all the ads. How can I figure out the problem?
2. In my existing app in play store adds doesn't work at night, mostly 11pm to morning. What can I do?
Both apps are on the same adsense account.
Look at your log. It will show ad request and response.
It sounds like there may be no ads available in your area. The logs will show that.
A way of mitigating is to use mediation so if no ad is available if asks the next ad network for an ad.

Android AdMob implementation/when does the ads show up?

I've been searching through StackOverflow and I'm wondering about some things regarding AdMob. I'm done developing my app and have decided to make one free application and one non-free. The free one should have AdMob like a banner on it with ads of course.
Now I did, as everyone, the mistake with not putting target to sdk 14 or something and then I saw the banner space with a error message but now when I fixed it I did a fake android application on AdMob but nothing shows, even after I placed the ad - id number there.
I'm actually wondering, when does the ads show up on my application? Does a advertiser choose just my app to show ads on? Can't I have like always ads but I only get money when someone presses them?
Thanks in advance!
You'll know if you implemented the ads correctly by setting your test device and requesting a test ad. The test ad should come back every time, assuming your publisher id is valid.
It takes a few days and multiple requests for the new id to start delivering real impressions. The advertiser does not choose your app specifically; the AdMob network takes care of matching the advertiser's ad to the publisher's app.

Why i am not able to load Advertisement sometimes?

I have implemented AdMob to My Application from this Docunemtation: Here
I can see the ad perfectly as I want. But some times I cant able to see the advertisements. If i refresh the activity, it will show me the Advertisement again. and ita work perfectly.
But when i am not able to see the advertisement at that time i got the message at catlog like:
09-27 12:58:54.451: INFO/Ads(940): onFailedToReceiveAd(Ad request successful, but no ad returned due to lack of ad inventory.)
I dont know where is the Problem ?
Why I am not able to see the Add sometimes ??
Please give the way if I am wrong regarding it.
Thanks.
AdMob ads appear at a specified interval depending on the network traffic. If there is no congestion in the traffic, the ads appear each time you see your app else you see the message in your log saying no ad returned. However have a quick walkthrough with your code and keep testing your app after giving some gap.
With regard to refresh, in your AdMob account, go to setting, there you can specify the time when do you want the ads to refresh. There is still a possibility of the same ads appearing again and again.
Why dont you use the latest Google AdSense-SDK? Google AdSense has good ads.
I was also faced this issue but There is no any issue at our end, Admob is not appear sometime so may be it is problem at AdMob end like as server problem, netproblem...etc
All that is needed to add AdSense ads is to press a button to enable Google AdSense in the App Settings in your app on admob.com.

Categories

Resources