接入GoogleAdsense代码报错?
获取到Google代码:
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js">
</script>
<!-- Google内容广告 -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="xxxxx"
data-ad-slot="xxxxxx"
data-ad-format="auto">
</ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
加入到网页div中。会操错如下:
Uncaught SecurityError: Failed to read the 'contentDocument' property from 'HTMLIFrameElement': Blocked a frame with origin "http://www.jeffjade.com" from accessing a frame with origin "http://googleads.g.doubleclick.net". Protocols, domains, and ports must match.
目测看着像是跨域了,搜索网上方法,采用
<script>document.domian='jeffjade.com'</script>
等等一系列尝试,还是会有各种问题,比如
Uncaught SecurityError: Failed to read the 'contentDocument' property from 'HTMLIFrameElement': Blocked a frame with origin "http://www.jeffjade.com" from accessing a frame with origin "https://googleads.g.doubleclick.net". The frame requesting access has a protocol of "http", the frame being accessed has a protocol of "https". Protocols must match.
所以在这里请教下,这问题该如何解决呢?感谢。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
喔,接入googleAdsense本身没有问题,是自己的 Chrome安装了一个 markdown-here插件 所引发的问题。禁掉该插件就好了。
我放进去没有报错,但是广告位有高度,是一片空白。ins里面嵌入iframe,里面的head,和body都是空的。怎么回事?