有很多地方可以指定宽度和宽度。 Google ima广告代码的高度:
1 - https://pubads.g.doubleclick.net/gampad/ads?sz=640x480&
(标记参数中 sz:)
2 - new google.ima.AdDisplayContainer(div_id)
div_id 具有固定宽度& height(html5 ima sdk with js)
3 - googletag.defineSlot("/" + scope.vgNetwork + "/" + scope.vgUnitPath, size, div_id)
尺寸可以是一系列尺寸,例如: [[300,100],[468,70]]
4 - adsManager.init(width, height, google.ima.ViewMode.NORMAL);
这里是adsmanager参数
5 - adsRequest.nonLinearAdSlotWidth = 748;
adsRequest.nonLinearAdSlotHeight = 90
adsRequest.linearAdSlotWidth= 468
adsRequest.linearAdSlotHeight= 70
这里我们有4个点,两个非线性 linearAdSlotWidth nonLinearAdSlotHeight &两个线性 linearAdSlotWidth linearAdSlotHeight
我现在面临的问题是,大部分时间广告都没有展示,我遇到两种错误:
1-The VAST response document is empty.
2-Non linear assets were found in the VAST ad response, but none of them matched the video player's capabilities.
测试我的标签宽度谷歌ima浩大的检查员一切正常,广告显示100%,所以我想它有一些事情做宽度我的设置,特别是宽度&高度配置,如果有人可以提供帮助&在所有宽度和宽度之间建立关系高度配置,这是重要的,并有所作为。