Admob, invisible Ads, still clickable

Hey there,

I am having a little problem with the Unity Admob Plugin ( https://github.com/unity-plugins/Unity-Admob ).

I am trying to show a Banner using the showBannerRelative function but it is not showing up. To my surprise you can however click on where the button is supposed to be and you can click on it. Why is it invisible? Interstitials work without a single problem.

Sincerely

Admob.Instance().initAdmob(BannerAd, InterstitialAd);
Admob.Instance().setTesting(TestMode);

Admob.Instance().showBannerRelative(AdSize.Banner, AdPosition.BOTTOM_CENTER, 0);

Problem solved by changing the plugin, seems like the above mentioned is somehow not functional.

Edit: Changed to: GitHub - googleads/googleads-mobile-unity: Official Unity Plugin for the Google Mobile Ads SDK

Same problem here, can you please detail your solution?
PS: I’m using Heyzap, and when I open the built-in mediation view and go back to the app, I can see by one frame that the banner is behind my opengl game view.

problem is due to reason for creating the ad using relative we can build smart banner etc use those settings pre defined in the api if you have same problem then it was a big.