Closed
Bug 1001620
Opened 11 years ago
Closed 11 years ago
Add Google Analytics for charts.mozilla.org
Categories
(Websites :: Web Analytics, task)
Websites
Web Analytics
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: lmandel, Assigned: lmandel)
References
Details
This request is to add Google Analytics to charts.mozilla.org so that we can track usage of the B2G dashboards including but not limited to:
http://charts.mozilla.org/ffos/nominations.html
http://charts.mozilla.org/ffos/blockers.html
http://charts.mozilla.org/ffos/regressions.html
The following people should have access to the information:
Sheila Mooney smooney at mozilla dot com
Kyle Lahnakoski klahnakoski at mozilla dot com
Lawrence Mandel lmandel at mozilla dot com
Comment 1•11 years ago
|
||
Hey Lawrence,
Please add this script in the <head> of all pages on charts.mozilla.org.
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-49796218-5', 'mozilla.org');
ga('send', 'pageview');
</script>
I've added the requested users to the account and will enable this as a Premium property. Any questions, about reporting, please let me know. Thanks.
Assignee | ||
Comment 2•11 years ago
|
||
Kyle - I sent you a pull request that adds the needed scripts to the head of all chart pages.
https://github.com/mozilla/charts/pull/1
Assignee: nobody → lmandel
Comment 3•11 years ago
|
||
Thank you both!
I assume I can add the same to other pages, as I make them.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 4•11 years ago
|
||
(In reply to Kyle Lahnakoski [:ekyle] from comment #3)
> Thank you both!
>
> I assume I can add the same to other pages, as I make them.
This tag will work on any page at the charts.mozilla.org sub-domain. Enjoy!
You need to log in
before you can comment on or make changes to this bug.
Description
•