通用分析代码会跟踪一天,然后停止。为什么?

时间:2014-01-06 16:42:45

标签: google-analytics

我在网站Bons Alunos上添加了Google Analytics,并在12月27日获得了数据。

从那时起,即使我从不同的设备(移动设备,桌面设备等)访问过该网站,我也没有收到任何数据。

我查看了Google Analytics管理部分,它说未安装代码......但它是......

在我主页的头部,我可以看到跟踪代码......

为什么它有一天工作然后停止了?

知道可能出现什么问题吗?

谢谢你, 米格尔

1 个答案:

答案 0 :(得分:1)

查看源代码,看起来您在第一个函数语句之前缺少一个左括号:

<script>
(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-46470961-2', 'bonsalunos.pt');
ga('send', 'pageview');
</script>