Closed
Bug 821386
Opened 12 years ago
Closed 12 years ago
Implement Google Analytics on mozillians.org
Categories
(Websites :: Web Analytics, task)
Websites
Web Analytics
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: williamr, Unassigned)
References
()
Details
> Full website address
https://mozillians.org/
> Explain the goal and use-case of having web analytics on this website.
Currently use webtrends to track visitor counts and capabilities. As other Mozilla sites are switching to Google Analytics, we're ready too :)
> Do you have requirements to track user interactions on your website?
Not at this time.
> Define the people who should have access to the reports.
* wreynolds@mozilla.com
* bsternthal@mozilla.com
* mcolvig@mozilla.com
Comment 1•12 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-19']);
_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>
== Accounts ==
New accounts created & granted access
wreynolds@mozilla.com
mary@mozilla.com
== Premium Account ==
Request sent via email Dec 17. Will update bug when resolved.
Comment 2•12 years ago
|
||
Premium is enabled.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•