通用Google Analytics多个域

时间:2014-05-21 16:46:55

标签: google-analytics

据我了解,如果您将脚本放在页面上,Google AnalyticsUniversal跟踪代码应跟踪来自任何域或子域的数据。

所以我的代码:

> <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-xxxxxxxx-1', 'domain-example.com');   ga('send',
> 'pageview');
> 
> </script>

最初是为“example1.domain-example.com”子域创建的。

我已经要求将其放入“example2.domain-example.com”

但是,我只接收来自“example1”的数据。

我在这里错过了什么吗?

我没有正确的GA代码吗?

0 个答案:

没有答案