尝试实施 amp-ad 以在 amp 页面中呈现视频广告,但面临以下问题。
<div class='ad-banner' id="div-gpt-ad-xxxxxxxxx-1">
<amp-ad layout=fluid height=fluid type="doubleclick" data-slot="/12431234343/Qa/Android_Mobile_Web/Home" json="{"targeting":{"NativeType":"videoad"}}">
</amp-ad>
在广告响应中,我们可以看到正确的响应,但在元素中,我们可以看到 height=0 或隐藏的 attrb 已添加为 amp-ad 元素的一部分。所以渲染的广告在前端是不可见的。
那么无论如何都可以在没有 amp-ads 的情况下呈现广告,或者上述一个是可以解决的。