首页 > 接入GoogleAdsense代码报错?

接入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.

所以在这里请教下,这问题该如何解决呢?感谢。


喔,接入googleAdsense本身没有问题,是自己的 Chrome安装了一个 markdown-here插件 所引发的问题。禁掉该插件就好了。

【热门文章】
【热门文章】