Closed
Bug 1137709
Opened 11 years ago
Closed 11 years ago
Implement Google Analytics on status.mozilla.org
Categories
(Websites :: Web Analytics, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ericz, Unassigned)
Details
Adding GA to status.mozilla.org has been requested in 1135841. The third party vendor has agreed to put in our GA javascript snippet, so please provide it here and I'll pass it on to them.
Comment 1•11 years ago
|
||
<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-19', 'auto');
ga('send', 'pageview');
</script>
Comment 2•11 years ago
|
||
Let me know the @mozilla.com emails that I should add to the GA profile.
| Reporter | ||
Comment 3•11 years ago
|
||
I passed that javascript on to our vendor, and I don't have any emails to add. Thanks!
Comment 4•11 years ago
|
||
(In reply to Chris More [:cmore] from comment #2)
> Let me know the @mozilla.com emails that I should add to the GA profile.
Is this for stats? or for something else?
Comment 5•11 years ago
|
||
(In reply to Shyam Mani [:fox2mike] from comment #4)
> (In reply to Chris More [:cmore] from comment #2)
> > Let me know the @mozilla.com emails that I should add to the GA profile.
>
> Is this for stats? or for something else?
This is so that if someone outside of me/gareth would like to look at Google Analytics stats for status.mozilla.org, they can. :)
| Reporter | ||
Comment 6•11 years ago
|
||
Vendor has added the javascript, I think we're done here, thanks.
| Reporter | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•