我在我的项目中实现了Interstitial广告,但是广告并不是全屏的。
这是我的广告代码:
this.interstitialAds = new InterstitialAd(this, "ca-app-pub-ID");
this.interstitialAds.setAdListener(this);
AdRequest adr = new AdRequest();
// add your test device here
adr.addTestDevice("8E452
我正在构建一个响应HTML创意模板,以服务于全屏广告。该广告显示在移动设备上,运行iOS 6-7,使用DFP SDK的6.8.0版本。我注意到,当使用模板提供广告时,DFP会用额外的html/body标记包装我的HTML (参见下面的注释):
<!-- the code below is from DFP -->
<html><head>
<meta name="viewport"content="width=device-width,height=device-height,user-scalable=0,minimum-s
我正在使用最新的Google IMA SDK的视频广告,因为flash广告在加载时显示正确,但当用户单击全屏时不显示,我试图捕获舞台调整大小并尝试使用更改宽度和高度
flashAdsManager.adSlotHeight(main.stage.stageHeight)
flashAdsManager.adSlotWidth(main.stage.stageWidth)
但是我得到了以下错误
1195: Attempted access of inaccessible method adSlotHeight through
a reference with static type com.g
我使用内部活动插件和Corona 1137,我可以显示横幅,文本和全屏广告,但这些广告不调用我的回调函数。
我想做的是看看用户是否关闭了全屏广告,然后立即加载横幅广告。
我使用以下代码块:
function showAd( t )
if t == "fsc" then
print( "Ad call with fsc" )
native.setActivityIndicator( true )
ads.show( "fullscreen", { x = 0, y = 0, interval
我已经在我的应用程序中添加了全屏广告,但当我单击全屏广告上的十字按钮关闭广告页面,同时单击广告页面打开测试窗口时,它有时会给出错误消息,试图调用方法'didRemoveListener‘为nil值,我已经在下面的应用程序中添加了我正在编写的代码,请帮助解决此问题,谢谢...
local RevMob = require("revmob")
display.setStatusBar(display.HiddenStatusBar)
local fullscreen
local revmobListener
local storyboard = require "