Google Analytics vs. Urchin 6 vs. Urchin 5

Written by Benjamin Mangold

Over the last few weeks I have been consulting with large companies on using Google Analytics for enterprise. I have been asked about the differences between Google Analytics and Urchin on a couple of occasions during these workshops, so this post is all about the differences. I have decided to include Urchin 5 in this comparison because a lot of people use Urchin 5 because it is provided by their hosting companies.

Google Analytics vs. Urchin 6 vs. Urchin 5

Brett Crosby on Urchin

"Urchin Software is a downloadable software product which makes it appealing to organizations with restrictive data policies or those wishing to analyze firewall-protected content, such as an internal company network.

"Urchin is also useful for those who want to perform ad-hoc historical log processing, who want to store their web analytics on local servers, hosting providers wishing to provide a value-added analytics service, and those requiring third-part audits." Brett Crosby, Google Analytics Group Product Marketing Manager

Compare, compare, compare

Here are the key features compared...

FeatureGoogle AnalyticsUrchin 6Urchin 5
Install and manage on your own server
No
Yes
Yes
Hosted and maintained by Google
Yes
No
No
Reprocess historical data (from logfiles)
No
Yes
Yes
Track content behind firewall
No
Yes
Yes
Track search engine robots/spiders
No
Yes
Yes
Goal tracking
Yes
Yes
Add-on
Campaign tracking
Yes
Yes
Add-on
Automatic Google AdWords tracking
Yes
No
No
E-commerce reports
Yes
Yes
Add-on

Break the firewall

One of the key differences between Google Analytics and Urchin, is that Urchin is installed on your own server, which allows you to track content that cannot be tracked by Google Analytics, for example a company intranet.

Google Analytics rocks Google AdWords

When it comes to tracking your Google AdWords campaigns, Google Analytics is your answer!

Google Analytics is a critical tool if you are running Google AdWords campaigns, once you have linked your accounts you have access to reports that are not available within Urchin. These reports provide incredible insights into the success of your campaigns and where improvements can be achieved.

Google Analytics rocks Google AdWords

  • Auto-tagging makes tracking easy (apologies to Avinash)
  • See if your Ads are actually making you money
  • Compare the success of Ad variations
  • Compare other campaigns to Google AdWords
  • See your best Ad positions on Google.com
  • Understand the engagement of your paid visitors
  • Segment and compare your data to site goals and e-commerce reports

Labels: , ,

Digg Technorati del.icio.us Slashdot StumbleUpon Ma.gnolia YahooMyWeb co.mments Reddit Facebook

Posted on Monday, February 25, 2008

2 Comments:

Anonymous Brett said...

You can also run both of these products together with a single piece of javascript.... which is pretty nice and worth doing if you are considering Urchin.

February 27, 2008 8:52 AM  
Blogger Benjamin Mangold said...

Thanks for the comment Brett.

For those of you using the GA.JS Google Analytics Tracking Code you can modify the tracking code to simultaneously log data to Google Analytics and Urchin:

<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ?
"https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost +
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-XXXXXX-X");
pageTracker._setLocalRemoteServerMode();
pageTracker._initData();
pageTracker._trackPageview();
</script>

You can also modify the URCHIN.JS Google Analytics Tracking Code as follows:

<script src="http://www.google-analytics.com/urchin.js"
type="text/javascript"></script>
<script type="text/javascript">
_uacct = "UA-XXXXXX-X";
_userv = 2;
urchinTracker();
</script>

(You must remove utm.js from your pages.)

February 27, 2008 1:11 PM  

Post a Comment

Links to this post:

Create a Link

Mangold Sengers provides Google Analytics consulting, Google Analytics onsite training and Google Analytics online training. Contact us to discuss your needs.