Tracking Java versions using Google Analytics - Stack Overflow most recent 30 from stackoverflow.com 2009-12-06T12:18:46Z http://stackoverflow.com/feeds/question/276587 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/276587/tracking-java-versions-using-google-analytics 1 Tracking Java versions using Google Analytics Gili 2008-11-09T22:31:52Z 2008-12-04T07:55:14Z <p>I am tracking the Java versions being used by web visitors: <a href="http://cowwoc.blogspot.com/2008/12/tracking-java-versions-using-google.html" rel="nofollow">http://cowwoc.blogspot.com/2008/12/tracking-java-versions-using-google.html</a></p> <p>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?</p> <p>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.</p> http://stackoverflow.com/questions/276587/tracking-java-versions-using-google-analytics/283047#283047 1 Answer by Shermozle for Tracking Java versions using Google Analytics Shermozle 2008-11-12T04:33:08Z 2008-11-12T04:33:08Z <p>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 <code>6.*</code> to match all version 6 Java.</p> <p>With this, you'll be able to slice and dice any report by your Java versions.</p> <p>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.</p>