Closed Bug 809122 Opened 13 years ago Closed 13 years ago

Implement Google Analytics on https://metrics.mozilla.com/protected/headline/

Categories

(Websites :: Web Analytics, task)

x86
macOS
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: aalmossawi, Assigned: cmore)

Details

(Whiteboard: [u=admin c=google-analytics p=2])

Full website address: https://metrics.mozilla.com/protected/headline/ *Explain the goal and use-case of having web analytics on this website. This is a new dashboard that the Metrics Team is rolling out; we'll need to see how its usage fares against our existing dashboards, which are written using a different technology stack. *Do you have requirements to track user interactions on your website? For example, how many people have clicked a button on a page, filled out a form, or went through a pre-defined funnel? Yes, that would be useful. *Define the people who should have access to the reports. aalmossawi@mozilla.com, gfitzgerald@mozilla.com Thanks, Ali
Whiteboard: [u=admin c=google-analytics p=2]
Assignee: nobody → chrismore.bugzilla
Ali: Can I just create a web property and profile for metrics.mozilla.com and then you can create advanced segments or drill-down to any directory off of the root domain to view stats?
Sure, thanks.
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-14']); _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>
Google has been emailed to enable premium on this account.
When will this be added to your site's template and released?
Flags: needinfo?(aalmossawi)
I just added the tracking code. Thanks.
Flags: needinfo?(aalmossawi)
Chris, Do I need to do anything else to start seeing data?
I talked to Google and they said if we are seeing the data in the real time reports, it should show up in standard. They said to wait till tomorrow and check again.
Account has been enabled for premium.
I'm seeing data now in the standard reports, but it is very little. Is that accurate?
Yes, since the page hasn't gone live yet, but will this week. Thanks!
Is this live and can you view the reports?
Yes, thanks. We've been blocked by PR for about 3 weeks hence the delay in rolling this out. It should start showing up on the monitors throughout the offices during the coming week or two.
Are we unblocked on this?
All's good, thanks Chris.
Can we close this out then? :)
Yes!
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.