简体   繁体   English

Admob非页内广告在Android设备上无法全屏显示

[英]Admob Interstitial Ads not coming full screen on android

I am implement Interstitial ads In my project but ads is not coming full screen 我正在我的项目中实施非页内广告,但广告并未全屏显示

Here is my ads code : 这是我的广告代码:

this.interstitialAds = new InterstitialAd(this, "ca-app-pub-ID");
            this.interstitialAds.setAdListener(this);
            AdRequest adr = new AdRequest();
            // add your test device here
           adr.addTestDevice("8E452640BC83C672B070CDCA8AB9B06B");
            interstitialAds.loadAd(adr);

I am getting Ads like this 我正在收到这样的广告

在此处输入图片说明

And I want like this 我想要这样

在此处输入图片说明

How I can set full screen ads ? 如何设置全屏广告?

It is default behavior of admob ads, it solely depends on the advertiser to display his ad format. 这是admob广告的默认行为,它完全取决于广告客户显示其广告格式。 You cannot do anything in this. 您不能在其中做任何事情。 your ad is full screen you can check this by looking at the close button on top left of screen. 您的广告是全屏广告,您可以通过查看屏幕左上方的关闭按钮进行检查。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM