我正在尝试为我的Ruby on Rails项目设置Google Analytics。以下是我在基本模板中添加的脚本:
:javascript
(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', 'MY_ID', 'auto');
ga('send', 'pageview');
这是它的呈现方式(来自页面来源):
<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', 'MY_ID', 'auto');
ga('send', 'pageview');
</script>
我一直在使用Google的Google Analytics调试程序扩展程序来查看正在发生的事情,但我并不完全确定我应该寻找什么以确认它实际上正在运行。以下是显示的内容:
Initializing Google Analytics. analytics_debug.js:10
Running command: ga(create, MY_ID, auto) analytics_debug.js:10
Creating new tracker: t0 analytics_debug.js:10
Auto cookieDomain found: "none" analytics_debug.js:10
Running command: ga(send, pageview) analytics_debug.js:10
Sent beacon:
[EXCLUDED]
analytics_debug.js:10
adSenseId (&a) 1151974650 analytics_debug.js:10
apiVersion (&v) 1 analytics_debug.js:10
clientId (&cid) MY_CLIENT_ID analytics_debug.js:10
encoding (&de) UTF-8 analytics_debug.js:10
flashVersion (&fl) 14.0 r0 analytics_debug.js:10
hitType (&t) pageview analytics_debug.js:10
javaEnabled (&je) 1 analytics_debug.js:10
language (&ul) en-us analytics_debug.js:10
location (&dl) http://MY_URL analytics_debug.js:10
screenColors (&sd) 24-bit analytics_debug.js:10
screenResolution (&sr) 1920x1200 analytics_debug.js:10
title (&dt) MY_PROJECT analytics_debug.js:10
trackingId (&tid) MY_ID analytics_debug.js:10
viewportSize (&vp) 1722x734
我非常难过,所以非常感谢所有的帮助!
答案 0 :(得分:0)
你拥有的一切对我来说都是正确的。如果这是一个全新的帐户,有时最多可能需要24小时才能看到您的数据。
我不会花太多时间尝试调试它。如果您明天仍然没有看到任何内容,请对此答案发表评论并告诉我。