Google Analytics Integration
Status: Inactive
Brought to you by:
bzrudi
Provide the ability to send data to Google Analytics.
http://www.google.com/analytics
Add the following code just before the </body> tag:
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-XXXXXXX");
pageTracker._initData();
pageTracker._trackPageview();
</script>
Where UA-XXXXXXX is the site specific account.
Allow the admin to enter an account to use.
Logged In: YES
user_id=184593
Originator: NO
Hi,
moved to "Patch" Tracker as one may like to use it (maybe better to relocate it to wiki). We won't add default support for it, sorry.
cheers bzrudi