Bug 12492 - google analytics tracking JS missing
: google analytics tracking JS missing
Status: CLOSED FIXED
Product: MySqueezebox.com
Classification: Unclassified
Component: Statistics
: Prod
: PC Other
: -- normal (vote)
: INXS
Assigned To: Michael Herger
http://squeezenetwork.com
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-06-22 14:20 UTC by Matthew J. Martin
Modified: 2009-10-05 16:42 UTC (History)
1 user (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew J. Martin 2009-06-22 14:20:39 UTC
It looks like the google analytics tracking JS is missing from the homepage -- maybe it's only been included for pages that show up after log in?

Please ensure google analytics tracking JS is in the global site nav:

<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">
try{
var pageTracker = _gat._getTracker("UA-5090821");
pageTracker._trackPageview();
} catch(err) {}</script>


(taken from http://code.google.com/apis/analytics/docs/tracking/gaTrackingOverview.html )
Comment 1 Michael Herger 2009-07-27 05:06:42 UTC
change 6676
Comment 2 James Richardson 2009-10-05 16:42:48 UTC
This bug has been fixed in the latest release of MySqueezebox.com (formally known as SqueezeNetwork)!

If you are still experiencing this problem, feel free to reopen the bug with your new comments and we'll have another look.