Google Analytics无法在网络应用中使用

时间:2015-06-08 19:52:26

标签: google-analytics google-analytics-api

我的GA属性页面显示"未安装跟踪",但在GA调试器扩展程序中查看我的主页上的执行情况,它似乎正在运行。我等了两天,据报道可能需要一天的时间来更新"跟踪未安装"信息。 (顺便说一句,用于处理"旧" GA代码的页面,所以我认为这意味着基本的GA设置是合适的。)我应该尝试做些什么呢?

我的主页看起来像这样:

...
    <!-- Google Analytics -->
    <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-36102872-1', 'auto');
        ga('send', 'pageview');
    </script>
    <!-- End Google Analytics -->

</head>
<body>

GA Chrome Debugger扩展程序的输出如下所示:

Initializing Google Analytics                             analytics_debug.js:9 
Running command: ga("create", "UA-36102872-1", "auto")    analytics_debug.js:9
Creating new tracker: t0                                  analytics_debug.js:9
Auto cookieDomain found: "laurenroyal.com"                analytics_debug.js:9
Running command: ga("send", "pageview")                   analytics_debug.js:9

Sent beacon:                                              analytics_debug.js:9
v=1&_v=j37d&a=110114195&t=pageview&_s=1&dl=http%3A%2F%2Flaurenroyal.com%2F3.0%2F&ul=en-us&de=UTF-8&dt=Lauren%20Royal&sd=24-bit&sr=1440x900&vp=1213x741&je=1&fl=17.0%20r0&_u=AACAAEABI~&jid=&cid=1356707842.1433635813&tid=UA-36102872-1&z=1120976129


_j1              (&jid)                                   analytics_debug.js:9 
adSenseId        (&a)   110114195                         analytics_debug.js:9 
apiVersion       (&v)   1                                 analytics_debug.js:9 
clientId         (&cid) 1356707842.1433635813             www.google-analytics.com/analytics_debug.js:9 
encoding         (&de)  UTF-8                             www.google-analytics.com/analytics_debug.js:9 
flashVersion     (&fl)  17.0 r0                           www.google-analytics.com/analytics_debug.js:9 
hitType          (&t)   pageview                          www.google-analytics.com/analytics_debug.js:9 
javaEnabled      (&je)  1                                 www.google-analytics.com/analytics_debug.js:9 
language         (&ul)  en-us                             www.google-analytics.com/analytics_debug.js:9 
location         (&dl)  http://laurenroyal.com/3.0/       www.google-analytics.com/analytics_debug.js:9 
screenColors     (&sd)  24-bit                            www.google-analytics.com/analytics_debug.js:9 
screenResolution (&sr)  1440x900                          www.google-analytics.com/analytics_debug.js:9 
title            (&dt)  Lauren Royal                      www.google-analytics.com/analytics_debug.js:9 
trackingId       (&tid) UA-36102872-1                     www.google-analytics.com/analytics_debug.js:9 
viewportSize     (&vp)  1213x741                          www.google-analytics.com/analytics_debug.js:9 

0 个答案:

没有答案