Chrome浏览器中的Google Analytics错误

时间:2014-01-10 19:07:56

标签: javascript google-chrome google-analytics analytics

我在我的网站上使用Google Analytics但在Chrome中收到错误消息:

GET http://www.google-analytics.com/analytics.js
(anonymous function)
(anonymous function)

我的嵌入代码是:

<script>
var gaProperty = 'UA-XXXX';
var disableStr = 'ga-disable-' + gaProperty;
if (document.cookie.indexOf(disableStr + '=true') > -1) {
  window[disableStr] = true;
}
function gaOptout() {
  document.cookie = disableStr + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
  window[disableStr] = true;
}
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-XXXX', 'website.com');
  ga('set', 'anonymizeIp', true);
  ga('send', 'pageview');
</script>

有人知道出了什么问题吗?

1 个答案:

答案 0 :(得分:0)

我昨天在我的WordPress博客中实现了GA代码,我也遇到了同样的错误。我用谷歌搜索了很长时间,我无法解决这个问题。

但是,我终于在HEAD标签http://screencast.com/t/Bh5L9x3Nk8结束之前实现了代码 我什么都不做,现在(几个小时后)GA似乎工作正常,它的实时工具正在注册活动http://screencast.com/t/lI1eJzduJ7iR

干杯, 何