admob : Ads diffusion limited - flutter

I recently have problem with my Google Admob account and Google block my account temporarily because their say their are incorrect traffic in my account (but I don't do anything such as click on ads that appear on my apps).
Their reactivated my account few day ago and I try to add some ads code to my new application. Before going to production, I test ads with "Ad test" And all work perfect.
But when I use my real app ID for pub, I don't see add or I see a black screen where ad suppose to be. And this morning, I saw Google send me a mail that say their limited ads diffusion because their mention incorrect traffic on my account buy I don't make action such as clicking to ads.
I don't understand what really happen when their say I have incorrect traffic.
Should I not open my app when I put ads on it and how can I do to avoid this issue for the next time?
Thanks.
(Sorry for my English)

wait for few days
google will analyze your traffic and they'll remove ad limits after completing their analyze.
may be you have small userbase or you got sudden ad request by many user. In this case, admob will add your account in Ad limited criteria.

Related

Google AdMob Swift: Are ads always shown when called?

I´m new to Google AdMob with Swift (SwiftUI). I have a button titled "Watch ad" in my app settings and I'd like to present an ad every time when the button is tapped. Now to my question: Does every tap on the button reliably present an ad? Or can it also happen that Google says "No, now you won't get an ad"? I am very happy about help. Greetings
Or can it also happen that Google says "No, now you won't get an ad"?
I don't know of any ad network that guarantees 100% fill. You should always be prepared to not get an ad at any time. You can use house ads, i.e. default ads that run free of charge in your own inventory, to fill the space if no paying demand is available. Even then, though, your app should be able to handle a no fill situation.
In other words, yes, it's entirely possible that AdMob won't give you an ad when asked.

It is possible using 2 admob accounts with one app?

I have several flutter apps on Google Play and App Store. All the apps are linked to my Admob Account.
Recently a company asked me to put an AD from his AdMob account into my app.
Is it possible to do this by keeping also my ads (from my Admob Account) on my apps? I couldn't find any documentation about that.
Thanks in advance
This question doesn't really make sense to me. You don't put "an ad from an AdMob account into an app". AdMob serves ads from the service, and advertisers put the ads on the service.
It's weird that your company wants to put stuff into "your app".
Having said all that, it's unlikely you can tell an ad plugin to use different accounts at different times. Generally these get initialized at boot time and then left alone.

Revmob - reconnecting to the server

I am developing a game and I decided to place my ads with Revmob(if you have a better company go ahead and share with, I tried admob but google is very strict and they banned my account for nothing so I am afraid my money will get locked).
Though the documentation for swift 3 is drastically poor I managed to display custom ads. Yet, I need help when reconnecting to the internet.
Here's the problem, whenever a user launches the app with no internet the ads won't display (of course), but then when the user reconnects to the internet during the same gameplay the ads still don't show.
My question: Is there a way to try to reconnect to the server every 15 seconds or so? And is it possible to display cached banner ads?
Thanks in advance!

iAds not showing in released iPhone app

I just my app got approved and when I downloaded the app ,iAds are not showing up, when I saw the status of iAds it says"You have enabled at least one application for iAd, but you will not be able to view the iAd Network module or set your ad preferences until you have an iAd Network Contract in effect.", Although I have setup all my contacts informations for setting iAds and it also show effective date.If anyone get the same thing please let me know the solution.
Looks like you are missing a contract agreement. Login to itunesconnect.apple.com, go to the Contracts, Tax and Banking section and fill in the contact info and bank info for iAd network.
If you have them in place, it might be that Apple is verifying the info. As soon as it is verified, your ads should start working.
I have solved my problem by mailing and contacting apple. Its look like they have forget to enable the iAds, when I contacted them, my iADs are started running live next day.

cannot see iAds

I have created a new version and released it on the App store...
The new v1.1 has been approved as well..This version has the iAds code installed in it..
While testing, I was able to see "Test Adv"
But for some reasons, when I download my app, I do not see the iAds in the app..
The Ads Status in my iTunes connect says "Live Ads" and even shows a few numbers for some users..
But why do I not get to see the ads ? Is it like if I am the dev, I'll not see any ads?
Please help me. Thank you.
I am guessing because you are paid for views for your iAds, it makes sense that Apple doesn't serve up ads for the developer's iTunes account. The other reason you might not see an ad (assuming you try it on someone else's device) is the less than 100% fill rate.
I have never seen an iAd on my dev iPhone, but rest-assured, the ads are being shown :)
Update
Having a read of this article on 'Testing iAd Applications', it doesn't explicitly say that ads won't be served up on the developer's account, but it does mention what sort of ads will be served based on the build type.
I had the same issue and the same question with my app.
It turns out that there's not always an ad available to be displayed, ESPECIALLY if you are not in US.
I am in Canada and most of the time there's no ad to display.
Check you iAd Network control panel for the number of ad impressions, and sort by country.
In my case, US has over 90% fill rate (requests / impressions), while Canada is only 4%...
hope it helps...