我想知道如何在AMP上实现谷歌自定义搜索广告(CSA):https://developers.google.com/custom-search-ads/
Google CSA集成它还不能在amp-ad上使用,而且amp-iframe不适合这种广告。
我们将非常感谢您的任何建议或想法。
发布于 2016-07-08 22:28:50
不幸的是,你是正确的,谷歌自定义搜索广告(CSA)还不支持在AMP页面。
您可以尝试使用amp-ad,因为它支持AdSense。
amp-ad
<amp-ad width=300 height=200 type="adsense" data-ad-client="ca-pub-8125901705757971" data-ad-slot="7783467241"> </amp-ad>
资料来源:
https://stackoverflow.com/questions/38245573
相似问题