Closed Bug 836981 Opened 13 years ago Closed 12 years ago

Implement Google Analytics on reps.mozilla.org

Categories

(Websites :: Web Analytics, task)

x86
macOS
task
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: bensternthal, Assigned: bensternthal)

References

Details

Address: https://reps.mozilla.org/ Goal: Track activity on reps, replace webtrends. Tracking Requirements: Nothing yet. Access to reports / Mozilla emails: ppapadeas@mozilla.com, glogiotatidis@mozilla.com, bsternthal@mozilla.com Note To Reps Team: Please add your @mozilla.com email to your Google account.
Assignee: nobody → booboobenny+bugzilla
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-27']); _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>
Premium account requested.
Assignee: booboobenny+bugzilla → pierros
Whiteboard: u=admin c=analytics p=1
Whiteboard: u=admin c=analytics p=1
Depends on: 845101
Assignee: pierros → booboobenny+bugzilla
Pull Request: https://github.com/mozilla/remo/pull/357 I forgot pierros had already started this and submitted my own. Oh well.
Commits pushed to master at https://github.com/mozilla/remo https://github.com/mozilla/remo/commit/ba65f34ba2a8eb9db5fd78c45061f2dfc8471e73 [Fix bug 836981] Remove WebTrends add Google Analytics https://github.com/mozilla/remo/commit/10658cdf3b06ceca061021b4da34f792348d8451 Merge pull request #357 from bensternthal/google-analytics [Fix bug 836981] Remove WebTrends add Google Analytics
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Note this was enabled for premium on March 11. Verifying this one as setup is complete. Will verify 845101 once its on prod.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.