Closed Bug 821686 Opened 13 years ago Closed 13 years ago

Implement Google Analytics on firefoxflicks.mozilla.org

Categories

(Websites :: Web Analytics, task)

x86
macOS
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: tleingruber, Unassigned)

References

Details

Please implement G-Analytics Address: http://firefoxflicks.mozilla.org Goal: Track activity while the contest is running and react to stats + traffic referrers. Tracking Requirements: Currently nothing specific. Access to reports / Mozilla emails: bsternthal; mkelly; alainez; tleingruber; kbaird; gjost; enoonan; cnovak; (all @mozilla dot com) Note to Flicks-Team: Please add your @mozilla.com email to your Google account. (Just forwarding this note, I'm not sure if this is necessary as we recently migrated to g-drive with our moz-addresses?) Thanks!
No longer blocks: 815529
Here are the instructions for implementing Google Analytics on our website. For more information, see http://code.google.com/apis/analytics/docs/tracking/asyncTracking.html Copy the following code, then paste it onto every page you want to track immediately before the closing </head>tag. <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-35433268-18']); _gaq.push(['_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.parentNode.insertBefore(ga, s); })(); </script> == Accounts == New accounts created & granted access tleingruber@mozilla.com alainez@mozilla.com kbaird@mozilla.com gjost@mozilla.com enoonan@mozilla.com cnovak@mozilla.com == Premium Account == Request sent via email Dec 17. Will update bug when resolved.
Premium is enabled.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.