我正在设置AMP。我还想在其中添加Adsense广告。我不想违反Adsense的政策,因此,在设置AMP新闻网站时展示Adsense测试广告的最佳方式是什么? 文档中没有关于它的说明。
答案 0 :(得分:2)
在examples
文件夹中,有一个广告处于测试模式:
<h2>AdSense ad 2</h2>
<amp-ad width=300 height=250
type="adsense"
data-ad-client="ca-pub-2005682797531342"
data-ad-slot="7046626912"
data-adtest="on">
</amp-ad>
https://github.com/ampproject/amphtml/blob/master/examples/adsense.amp.html#L38
AdSense /配置
https://github.com/ampproject/amphtml/blob/master/ads/google/adsense.md
当你想要禁用测试模式时,我认为你应该完全删除data-adtest="on"