DoubleClick AMP 广告未在某些浏览器中显示
DoubleClick AMP Ad not showing in some browsers
我主要在 Chrome 和 FF 中看到这个问题。我正在尝试从 doubleclick 广告平台加载 amp-ad,但广告显示空白广告,响应 header 显示 x-xss-protection:1; mode=block
这是我的代码:
<div class="text-ad">
<amp-ad width=216 height=36
type="doubleclick"
data-slot="/1025373/test_ad">
</amp-ad>
</div>
代码确实验证为正确的 amp 代码,我已经能够在 Safari 中加载广告。任何帮助,将不胜感激。
我不知道这是否与我遇到的问题相同,但我在控制台中收到一个错误,显示类似 "amp ads cannot be placed in containers that have position fixed." 我正在使用 position:sticky 作为右栏,由于 Safari 不支持位置粘性,因此我的 amp-ads 出现在 Safari 中,但没有出现在任何其他浏览器中。
我主要在 Chrome 和 FF 中看到这个问题。我正在尝试从 doubleclick 广告平台加载 amp-ad,但广告显示空白广告,响应 header 显示 x-xss-protection:1; mode=block
这是我的代码:
<div class="text-ad">
<amp-ad width=216 height=36
type="doubleclick"
data-slot="/1025373/test_ad">
</amp-ad>
</div>
代码确实验证为正确的 amp 代码,我已经能够在 Safari 中加载广告。任何帮助,将不胜感激。
我不知道这是否与我遇到的问题相同,但我在控制台中收到一个错误,显示类似 "amp ads cannot be placed in containers that have position fixed." 我正在使用 position:sticky 作为右栏,由于 Safari 不支持位置粘性,因此我的 amp-ads 出现在 Safari 中,但没有出现在任何其他浏览器中。