void InitializeAdMob() { MobileAds.Initialize(adMob.gameId); }void AdMob_RequestBanner() { adMob.bannerView = new BannerView(adMob.AdBannerId, AdSize.Banner, AdPosition.Bottom);
AdRequest request = new AdRequest.Builder().Build();
adMob.bannerView.LoadAd(request);
adMob.bannerView.Show(); }Hi there,
Thank you for reaching out. To simplify investigating this issue, via “reply privately to author” could you provide us your app Id, problem ad unit Ids and and the Charles log (see instructions here) of a request? For best resolution can you provide a sample app that replicates the issue?
Regards,
Aryeh Baker
Mobile Ads SDK Support
Hi DreaMPL7625,
Thank you for sending in the updated information.
We have been able to do some research, and have seen on the live app that yes you are getting the test ad. But we where wondering if you could share via "Reply privately to Author" button with your exact ad unit id that you are expecting to show. Along with any code snippets that relate to all the implementation of the ad. So that we can do further testing.
Also from my understand it looks like only the interstitial is the ad you are trying to load? Which from our testing the ad unit that you gave is showed us a no fill error. If you have any other information that you think could be of assistance please share with us as mentioned above.
Regards,
William Pescherine
Mobile Ads SDK Team
Hi there,
Thank you for providing the requested details.
I can confirm that I was also getting test ads when I tested your ad unit IDs with our sample app. I also checked your implementation, and confirmed that there aren't any glaring issues with it. With all these in mind, I will be discussing your concern with the rest of the team in order to gather our insights on this. Rest assured that we'll get back to you on this.
In the meantime, could you kindly provide the details below (via Reply privately to author) in order to help with the investigation?
Regards,
Ziv Yves Sanchez