使用Google Analytics跟踪Java版本

时间:2020-12-17 15:17:29

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. 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?

不幸的是,整合水平很深。我希望Google Analytics能够告诉我访问者运行的版本百分比是多少,并进一步向下钻取以找出每个版本所关联的子属性。例如,哪些推介/来源为用户带来了特定版本?他们使用什么屏幕分辨率?等等...另一方面,有多少百分比的Mac用户在运行什么版本的Java?

Any ideas on how to improve the integration? Any idea on how to integrate this into competitors of Google Analytics? At the end of the day I am looking for the best integrated free analytics product out there.

关于如何改善整合的任何想法?关于如何将其整合到Google Analytics竞争对手中的任何想法?在一天结束时,我正在寻找最好的集成免费分析产品。

1 个解决方案

#1


1  

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.

但请注意,我发现Advanced Segments有点不稳定。它仍然是测试版,我在某些细分市场上得到了一些奇怪的数字。

#1


1  

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.

但请注意,我发现Advanced Segments有点不稳定。它仍然是测试版,我在某些细分市场上得到了一些奇怪的数字。