Forum Moderators: DixonJones
Today we're happy to announce that the Urchin Software from Google beta is now available for download at urchin.com. Urchin Software from Google is a web analytics product similar in scope to Google Analytics, except you install and manage the software on your own servers.It's a 90 day Beta download, and when it comes out of Beta it'll be a commercial product priced at $2,995.
Announced today on the Google Analytics Blog [analytics.blogspot.com]
Who's the target audience for that price?
Larger business and corporations who are nervous about using Analytics because they don't want to share their data.
I have run into many of them. Analytics is a very easy to use and robust system, when compared to many others on the market. If they take out the whole "Google is watching" factor, I bet alot of companies would use it and would be happy to pay the one time fee. Remember, many other analytics services are paid for on a subscription basis.
Larger business and corporations who are nervous about using Analytics because they don't want to share their data.
I agree, the only reason I haven't gone with GA is the fact that all the data r belong to Google. $2,995 is not so much, especially given the state of the USD these days.
I wouldn't say that price was aimed at corporations, $250,000 is more of a corporate price tag. This is aimed at small business too.
I recently ran in performance problems with one of my sites where an apperently overloaded Analytics server caused the completion of loading of the pages to wait for several seconds. The only remedy I had was to disable the Analytics JavaScript call. If you host your own Analytics you can tune the server performance to your own needs and downtime or reachability problems of Google's server won't affect your site.
For my visitors volume $2995 is a bit too high though to be cost effective.
For three grand what do you get that you can't with other statistical analysis scripts?
Lots and lots - urchin makes awstats look very very basic and useless. There are lots of things there for business like conversion statistics and you can set up campaigns and funnels. It will take about 90 days to test it properly.
Inside urchin.js is this
var _ugifpath2="http://www.google-analytics.com/__utm.gif"; followed by
if ((_userv==1 ¦¦ _userv==2) && _uSP()) {
var i2=new Image(1,1);
i2.src=_ugifpath2+"?"+"utmwv="+_uwv+s+"&utmac="+_uacct+"&utmcc="+_uGCS();
i2.onload=function() { _uVoid(); }
} hmmmmm....
Response Headers - [google-analytics.com...]
-------------------------------------------------------
Pragma: no-cache
Cache-Control: private, no-cache, no-cache="Set-Cookie", proxy-revalidate
Expires: Fri, 04 Aug 1978 12:00:00 GMT
Content-Type: image/gif
Last-Modified: Tue, 04 Dec 2007 17:56:52 GMT
Server: ucfe
Content-Length: 35
Date: Sun, 03 Feb 2008 17:13:07 GMT
200 OK
------------------------------------------------------
I did a view source on the page and it gives me this: GIF89a��€ÿ�ÿÿÿ��
So what are the tracking there on their side?
[edited by: encyclo at 6:25 pm (utc) on Feb. 3, 2008]
[edit reason] fixed side-scroll [/edit]
"?"+"utmwv="+_uwv+s+"&utmac="+_uacct+"&utmcc="+_uGCS() Whatever that is... looks like all the data that is sent to the hosting server. I have written to them to ask for an explanation but I am not holding my breath.