Closed
Bug 836981
Opened 13 years ago
Closed 12 years ago
Implement Google Analytics on reps.mozilla.org
Categories
(Websites :: Web Analytics, task)
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 | ||
Updated•13 years ago
|
Assignee: nobody → booboobenny+bugzilla
Assignee | ||
Comment 1•13 years ago
|
||
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>
Assignee | ||
Comment 2•13 years ago
|
||
Premium account requested.
Assignee | ||
Updated•13 years ago
|
Assignee: booboobenny+bugzilla → pierros
Assignee | ||
Updated•12 years ago
|
Whiteboard: u=admin c=analytics p=1
Assignee | ||
Updated•12 years ago
|
Whiteboard: u=admin c=analytics p=1
Assignee | ||
Updated•12 years ago
|
Assignee: pierros → booboobenny+bugzilla
Assignee | ||
Comment 3•12 years ago
|
||
Pull Request:
https://github.com/mozilla/remo/pull/357
I forgot pierros had already started this and submitted my own. Oh well.
Comment 4•12 years ago
|
||
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
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•12 years ago
|
||
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.
Description
•