Basic Options
UID:
Enter your Google Analytics' UID in this box.
The UID is needed for Google Analytics to log your website stats.
Your UID can be found by looking in the JavaScript Google Analytics
gives you to put on your page. Look for your UID in between:
var pageTracker = _gat._getTracker("UA-111111-11");
in the javascript.
In this example you would put UA-11111-1 in the
UID box.
Admin Logging:
Disabling this option will prevent all logged in
TRAC_ADMIN 's from showing up on your Google
Analytics reports.
Authenticated Users Logging:
Disabling this option will prevent all
authenticated users from showing up on your Google
Analytics reports.
Advanced Options
Outbound Link Tracking:
Disabling this option will turn off the tracking of
outbound links. It's recommended not to disable this option unless
you're a privacy advocate (now why would you be using Google Analytics
in the first place?) or it's causing some kind of weird issue.
Google External Path:
This will be the path shown on Google Analytics
regarding external links. Consider the following link:
<a href="http://trac.edgewall.org/">Trac</a>
The above link will be shown as ${
ga.google_external_path.value}trac.edgewall.org/ .
This way you will be able to track outgoing links.
Outbound link tracking must be enabled for external links to be
tracked.
Download Extensions To Trac:
Enter any extensions of files you would like to be
tracked as a download. For example to track all MP3s and PDFs enter
mp3,pdf .Outbound link tracking must be enabled
for downloads to be tracked.
Tracking Domain Name:
If you're tracking multiple subdomains with the same
Google Analytics profile, like what's talked about
here ,
enter your main domain here. For more info, please visit the previous
link.