简体   繁体   English

使用Google Analytics(分析)跟踪Java版本

[英]Tracking Java versions using Google Analytics

I am tracking the Java versions being used by web visitors: http://cowwoc.blogspot.com/2008/12/tracking-java-versions-using-google.html 我正在跟踪Web访问者正在使用的Java版本: http : //cowwoc.blogspot.com/2008/12/tracking-java-versions-using-google.html

Unfortunately, the integration level is skin deep. 不幸的是,集成度是肤浅的。 I would like Google Analytics to tell me what percentage of visitors ran what version, and drill down further to find out what sub-attributes each version is associated with. 我想让Google Analytics(分析)告诉我,有多少百分比的访客运行了哪个版本,然后进一步深入了解每个版本与哪些子属性相关联。 For example, what referrals/sources brought users with a specific version? 例如,哪些引荐/来源为用户带来了特定版本? What screen resolution did they use? 他们使用什么屏幕分辨率? etc... On the flip side, what percentage of Mac users were running what version of Java? 等等...另一方面,Mac用户中有多少百分比在运行什么版本的Java?

Any ideas on how to improve the integration? 关于如何改善集成的任何想法? Any idea on how to integrate this into competitors of Google Analytics? 关于如何将其整合到Google Analytics(分析)竞争对手中的想法? At the end of the day I am looking for the best integrated free analytics product out there. 归根结底,我正在寻找最好的集成免费分析产品。

You want to use the new Advanced Segments feature. 您要使用新的“高级细分”功能。 It's in the top-right corner of the page and create a new segment. 它在页面的右上角,并创建一个新的细分。 Drag the dimension Visitors > User-Defined Value into your dimension and put in a term that matches. 将维度“访问者”>“用户定义的值”拖到您的维度中,并输入匹配的字词。 You might want to use regexes to group versions, something like 6.* to match all version 6 Java. 您可能希望使用正则表达式对版本进行分组,例如6.*以匹配所有版本6 Java。

With this, you'll be able to slice and dice any report by your Java versions. 这样,您就可以按Java版本对任何报告进行切片和切块。

Note however that I've found the Advanced Segments to be a little flaky. 但是请注意,我发现“高级细分”有点片状。 It's still beta and I've been getting some weird numbers on some segments. 它仍然是beta版,在某些细分市场上我得到了一些奇怪的数字。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM