How do I install diligint?
1. Download the Diligint .Zip file.
2. Unzip it and upload the 'Diligint' folder to your website.
3. Paste the following code to the very bottom of the pages you wish to track:
<script language="JavaScript" src="http://www.yourdomain.com/Diligint/include.js" id="includeJS"></script>
Install Update
If you have multiple domains pointing to the same site or traffic often comes to something other than www.yourdomain.com (such as just http://yourdomain.com)
may want to set the main domain parameter.
Do this if you want all traffic coming from aliases to be considered traffic to your primary domain (www.yourdomain.com).
If you do not set this, all aliases will be tracked as separate pages.
Put this:
<span id="AliasMain" title="http://www.YourPrimaryDomain.com/Diligint/include.js" style="display:none;">x</span>
Before:
<script language="JavaScript" src="http://www.yourdomain.com/Diligint/include.js" id="includeJS"></script>
Thats it!-
|