谷歌分析响应式设计

时间:2014-10-16 10:18:13

标签: google-analytics universal-analytics

我今年开始使用谷歌分析,所以我还在学习很多东西。

我偶然发现了这篇文章:http://www.smashingmagazine.com/2014/08/28/responsive-web-design-google-analytics/

我觉得这很有趣但是我很挣扎。我为这个网站实现了它: http://conversionadvantage.com/

但现在我的GA停止了跟踪;告诉我我的网站上没有代码。

有人能指点我,因为我可能做错了吗?我的代码如下所示:

<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-x', 'auto');
ga('require', 'displayfeatures');
ga('send', 'pageview', {
  'dimension2': WURFL.complete_device_name,
  'dimension4': WURFL.form_factor,
  'dimension3': WURFL.is_mobile
});
</script>

我只有不同的尺寸,因为nr 1被采用。开发商还添加了

<script type="text/javascript" src="//wurfl.io/wurfl.js"></script>

所以对新手的想法?

提前致谢!

1 个答案:

答案 0 :(得分:0)

Wurfl是用于设备检测的脚本,用于确定设备名称等。因此您需要在页面视图调用之前包含此项,否则将不会设置变量(这将导致javascript错误,因此GA不会跟踪任何事情)。

设备名称和&#34; is_mobile&#34;没有必要,因为谷歌分析已经跟踪了这一点。