Questions tagged [urchin]

Urchin is a web statistics analysis program, now owned by Google and a predecessor of Google Analytics

Urchin is a web statistics analysis program developed by Urchin Software Corporation. Urchin is used to analyze web server log file content and display the traffic information on that website based upon the log data.

Urchin Software Corp. was acquired by Google in April 2005, forming Google Analytics. In April 2008, Google released Urchin 6 from which the widely used Google Analytics is derived.

Source: Wikipedia

17 questions
9
votes
6 answers

How to track anchor tags with Google Analytics

I'm trying to track clicks via Google Analytics that do not result in a new request. Specifically, clicks on tabs that are created via the jQuery UI tabs widget. I'm using the older version of the code ('urchin tracker') and trying to log the clicks…
Bobby Jack
  • 15,689
  • 15
  • 65
  • 97
3
votes
1 answer

What is the correct syntax for calling Google Analytics from Dojo 1.7+?

Starting with the upgrade from Dojo 1.6 to 1.7, my site tracking code seems to be throwing an error that I can't resolve. I've compared the API docs for 1.6 and 1.7 and don't see any significant differences. My original code was a declarative widget…
Caleb
  • 5,084
  • 1
  • 46
  • 65
2
votes
1 answer

GA not tracking subdomain which is Google Search Appliance

I have been using Urchin 6 but have just started to use Google Analytics also. I am also using Google Search Appliance for site search. Search is on a subdomain i.e. www.search.mysite.com The problem is that Google Analytics is tracking site…
user523521
  • 121
  • 1
  • 8
2
votes
1 answer

Set up facebook UrchinTracker for aJax calls for Google Analytics

I have set up the Google Analytics in my FBML facebook application. It works for tracking the php pages. (I can see the report in GA). However, I also want to track the aJax calls, because most of the pages of my application is ajax driven, rather…
murvinlai
  • 48,919
  • 52
  • 129
  • 177
2
votes
0 answers

Redirecting UTM to Original URL

This question was asked once and was closed without asking. I am going to ask again with more clarity in hopes to get answer for the community. When using UTM tracking to track various campaigns in Google Analytics the following issue surfaces: If…
lcm
  • 1,737
  • 6
  • 17
  • 40
1
vote
1 answer

Can Google Urchin work without reading log files?

I can not get logs from some customers, can I use Google Urchin in this case?
user169535
0
votes
3 answers

scripting in java - javascript from a server-side class file in Java 1.5

I have three types of get requests that are delivered to a class file on web application from a mobile device. Because the mobile device provides no cookies, the log file hit only has in.ter.nal.ip ser.ver.i.p:port 2009-06-05 09:14:44 GET…
jhw
  • 35
  • 1
  • 7
0
votes
1 answer

Filtering issue with Urchin 6

I have the following filter for one of my profile: filter type: Include Pattern Only filter field: user_defined_variable (AUTO) filter pattern: \[53\] case sensitive: no In my content, I have the following…
TechFanDan
  • 3,329
  • 6
  • 46
  • 89
0
votes
1 answer

How to use custom dimension to do UTM-like tracking in GA4?

I usually used utm_source / utm_medium to tracking the purchase/revenue related performance in the past. Recently I tried to evaluate the new marketing tool and I want to know its performance. However, I don't want to adjust the original utm_source…
0
votes
1 answer

web analytics software which can analyze existing log archives too

I am looking for a web analytic solution which can also help me to analyze my existing log files. we are moving from sawmill to other solutions.. explored Google Urchin and it has some limitations on analyzing custom existing logs. Currently…
user747858
0
votes
1 answer

Urchin call add a custom one time user parameter

I am using urchin for page view analysis. While page load, I would like to add a new custom parameter like along with the other default parameters that urchin sends. Is there any easy way to do it without addint myparam to the request URLs? …
Shamik
  • 6,938
  • 11
  • 55
  • 72
0
votes
2 answers

Urchin Integration with Asp.net website

I have a Asp.net WebSite.Where in i need to implement(Most Viewed,Most Shared and Most Downloaded) features.We decided to go with URCHIN for the same.I dunno how to start and i googled a lot but did not find any resource regarding this.Can any one…
nimesh
  • 25
  • 4
0
votes
2 answers

How to do Google Analytics for ajax call in Facebook?

I have a FBML game and need to track all ajax calls. At the bottom of the page, I have this: and in the javascript functions, I put this: Facebook.urchinTracker("/ajaxcallname/"); However, it doesn't work.. and what I found out is that the utmac…
murvinlai
  • 48,919
  • 52
  • 129
  • 177
0
votes
1 answer

Easy implementation of UTM Tracking via email

So here is the deal: I understand UTM tracking very well but am wondering anyones experience with implementation in scenarios where a business has many different email notifications that are sent out on behalf of the website. My question is simple…
lcm
  • 1,737
  • 6
  • 17
  • 40
0
votes
1 answer

Urchin counting google access to an intranet?

We have Urchin installed for the server statitics. Our server has an intranet subdomain (of course, banned to the outer access). When I look for the referal of any intranet page, I found that almost half of the access are from "direct[(none)]" and…
1
2