Ads failed to load while using banner test ads - flutter

Error Message:
Ad failed to load: LoadAdError(code: 3, domain: com.google.android.gms.ads, message: No ad config., responseInfo: ResponseInfo(responseId: null, mediationAdapterClassName: , adapterResponses: []))
I am getting this error while using banner test ads. I am using emulator and tested it on real device but no luck.
Please help!

Did you add this line
void main() {
runApp(MyApp());
MobileAds.instance.initialize(); // here
}

Actually, there was a problem with my AdMob account. An Ad limit was placed on my account and new accounts take some time before they can be used for ad services.

Related

Admob doesn't even show test ads with my bundle ID

My app doesn't receive test ads with error:
LoadAdError(code: 3, domain: com.google.android.gms.ads, message: No ad config., responseInfo: ResponseInfo(responseId: null, mediationAdapterClassName: , adapterResponses: [], loadedAdapterResponseInfo: null))
If I change my bundle id from "com.test.vpn" to "com.test.vpn1" I start getting test ads and can see it. I'm guessing something inside the Admob control panel is misconfigured, but I have no idea what it is.
Maybe someone faced the same problem and decided it ?

Facebook not showing Banner after deployment to playstore

I have developed an Application using Flutter and with Facebook audience Package I've integrated the Ads to Flutter App
There's no issue with Interstitial or native ads
But banner ads are not showing in App after Deployment to the Play Store...
I have already made thousands of Ads Request to FaceBook banner Ads but there is NON-impression from FacebookHere is an image which doesn't have any impression!!! I don't know why
here is my CODE in Flutter (Dart)
Widget BannerWidget(placementId) {
return FacebookBannerAd(
placementId: BannerId,
bannerSize: BannerSize.STANDARD,
listener: (result, value) {
print("Banner Ad: $result --> $value");
},
);
}
Package name -> facebook_audience_network: 1.0.1
need Help and Thank you

flutter ad's only display in test mode

I try to implement ad mob package in my flutter app. I have create my admob account, I choose reward ad, I have my Id bloc and my appId, I have add my google-services.json in the app folder,I have completed the manifest.
My problem is when I use
.load(adUnitId: RewardedVideoAd.testAdUnitId, targetingInfo: targetingInfo)
It's OK I can see video ad after press button, but it's not my unitID
If I use my UnitID like that
.load(adUnitId:"ca-app-pub-xxxxxxxxxxxx/xxxxxxxxx", targetingInfo: targetingInfo)
I have no video ad after press button
I have this error
error in showing ad: PlatformException(ad_not_loaded, show failed for rewarded video, no ad was loaded, null)
I have since long time a bug with release mode, so I launch only in debug mode, it can be the source of my problem ?
Are there a delay of use after creation of admob account or bloc ?
thank you
ads show when u publish your app in the store so if the test ads work's fin than your ads work perfact

AdMob rewarded video ad in Swift

I'm looking at adding a rewarded video ad to my app that is written entirely in swift. I believe the setup of the web side of things is correct because when I downloaded the Objective C example app and put in my ad id the video showed up correctly. However, when running the same setup in Swift I get returned
Error Domain=com.google.ads Code=1 "Request Error: No ad to show." UserInfo={NSLocalizedDescription=Request Error: No ad to show., NSLocalizedFailureReason=Request Error: No ad to show.}
I've only had ONE time where it actually returned a video. I'm using Chartboost.
Another interesting point is that if I used chart boost directly it seemed to work.
Also, banners work perfectly fine through AdMob in the same app.
Request I Make
let request = GADRequest()
request.testDevices = [ kGADSimulatorID ]
GADRewardBasedVideoAd.sharedInstance().loadRequest(request, withAdUnitID: "AdUnitID")

ad whirl add - admob not service

adwhirl(iad, admob, houseAd) add to xcode4
deviece test...
iad : ok see service
houseAd : ok see service
but...
admob : not see!!!
log code
2011-10-19 13:38:07.739 KingKatWorldFree[948:707] <Google> Invalid Request: {
errors = "Cannot determine request type. Is your ad unit id correct?";
"google.afma.notify_dt" = 1318999087687;
"request_id" = undefined;
type = unknown;
}
Why admob not See????
plese help me!!!!
When you configured AdMob on the AdWhirl backend with your AdMob publisher ID, check to make sure there is no whitespace before or after your ID. Otherwise AdMob will not recognize your publisher ID.