我正在使用Google Flash IMA广告Flash 3.0版。对于从Google AdSense请求广告,此新更新似乎非常少。前,
var adsRequestDFP:AdsRequest = new AdsRequest();
adsRequestDFP.linearAdSlotWidth = 400;
adsRequestDFP.linearAdSlotHeight = 300;
adsRequestDFP.nonLinearAdSlotWidth = 400;
adsRequestDFP.nonLinearAdSlotHeight = 300;
adsRequestDFP.adTagUrl = "http://ad.doubleclick.net/pfadx/AngelaSite;kw=html5linearnonlinear;sz=300x300;ord=5036130;dcmt=text/xml"
我的问题在于adTagUrl。我刚刚使用了示例网址并完成了工作。但现在我想让它与我的广告一起使用,但我不知道如何创建一个adTagURL,以便我的广告将在我的Flash广告容器中随机调用。