if(typeof jQuery == 'undefined')
{
[removed]('');
var __noconflict = true;
}



var _gaq = _gaq || [];
_gaq.push(
['_setAccount', 'UA-xxxxx-x'],
['_trackOutbound',{action:'mouseup'}],
['_trackDownload',{action:'mouseup'}],
['_trackMailto',{action:'mouseup'}],
['_setDayOfWeek'],
['_trackRealBounce'],
['_trackPageview']
);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s[removed].insertBefore(ga, s);
})();

The yellow highlighted URL above should be the URL to your copy of gaAddons. The green highlighted area should be the ID that Google gave you when you registered your site with Analytics.



Join the Discussion
Write something…
Recent messages
abailey Premium
You don't rename the file but make sure the script has the right file name in it.
Reply
elrico51 Premium
You don't rename the file but make sure the script has the right file name in it.
Reply
SquidooSlfMstr Premium
Hi abailey:
What do you mean by "The current version 2.1.2 with the file name of gaAddons-2.1.2.min.js . You will need the correct name of the file to put in the script."?

Are we renaming the file "gaAddons-2.1.2.min.js" to "whatEverWeWant-2.1.2.min.js and uploading that to our server?

Sorry for my cluelessness:(
Reply
Jaye21 Premium
Hi abailey:
What do you mean by "The current version 2.1.2 with the file name of gaAddons-2.1.2.min.js . You will need the correct name of the file to put in the script."?

Are we renaming the file "gaAddons-2.1.2.min.js" to "whatEverWeWant-2.1.2.min.js and uploading that to our server?

Sorry for my cluelessness:(
Reply
Top