Notification

Urchin WebAnalytics Software is discontinued and is no longer supported. All Urchin documentation applies only to the Urchin product as it was at the time of discontinuation, and does not apply to any Google Analytics products or services.

How can I exclude referrals from my own site from my reports?

How can I exclude referrals from my own site from my reports?

In order to exclude referrals from your own site from your Referral reports, you'll need to make a slight modification to your urchin.js file. Open the file in your favorite text editor and insert the following section:

    //-- Referral domains to Ignore
    var _uRno=new Array();
    _uRno[0]=".urchin.com";

In the above case, any hit containing .urchin.com will be excluded from your referrals. If you have additional domains to add, edit the file to include another _uRno[x] value and increase the number value of x as you go. For example:

    //-- Referral domains to Ignore
    var _uRno=new Array();
    _uRno[0]=".urchin.com";
    _uRno[1]=".urchin.net";
    _uRno[2]=".urchinsoftware.com"

As a reminder, once you have made any edits to the urchin.js you will need to upload the updated file to your webserver so that the changes can take effect.

true
Search
Clear search
Close search
Main menu
13786449788922706356
true
Search Help Center
true
true
true
false
false