Open
Bug 1169079
Opened 10 years ago
Updated 10 years ago
Add GA to executive dashboards on metrics.services.mozilla.com (and other bespoke dashboards)
Categories
(Cloud Services :: Metrics: Dashboard, defect)
Cloud Services
Metrics: Dashboard
Tracking
(Not tracked)
NEW
People
(Reporter: kparlante, Unassigned)
Details
That's right, metrics for the metrics dashboards. cmore will give us intructions on what we need to add to the dashboards.
Comment 1•10 years ago
|
||
Here's the tag that should be added to the dashboards just before the closing </head> tag. It is best to add this to the template so that the tag is rendered on all pages on metrics.services.mozilla.com.
<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-24', 'auto');
ga('send', 'pageview');
</script>
Summary: Add GA to executive dashboards (and other bespoke dashboards) → Add GA to executive dashboards on metrics.services.mozilla.com (and other bespoke dashboards)
Updated•10 years ago
|
Flags: needinfo?(kparlante)
Comment 2•10 years ago
|
||
Hi Katie. What's the ETA on getting this snippet on to the executive dashboard?
Comment 3•10 years ago
|
||
I'm adding the snippet to the dashboards right now. They'll be deployed within the coming few minutes.
Flags: needinfo?(kparlante)
Comment 4•10 years ago
|
||
Good morning Chris,
I've added the snippets to all of our executive dashboards.
Comment 5•10 years ago
|
||
Nice! I can see data coming in now. So meta. :)
Comment 6•10 years ago
|
||
Let me know the @mozilla.com emails who want to see the GA reports for the dashboards.
You need to log in
before you can comment on or make changes to this bug.
Description
•