Closed
Bug 808933
Opened 13 years ago
Closed 13 years ago
Please provide Google Analytics code for: mozillafestival.org
Categories
(Websites :: Web Analytics, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: davida, Assigned: cmore)
Details
Full website address:
mozillafestival.org
Explain the goal and use-case of having web analytics on this website.
- tracking traffic to and from the site, evolution over time, etc.
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?
no
Define the people who should have access to the reports.
- MoFo engagement & webdev
ryan@mozillafoundation.org
rebeccah@mozillafoundation.org
ross@mozillafoundation.org
(note: we just need the snippet/code, MoFo devs will implement).
| Assignee | ||
Comment 1•13 years ago
|
||
Google has been emailed to enable this account for premium.
Assignee: nobody → chrismore.bugzilla
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•13 years ago
|
||
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-35433268-1']);
_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>
| Assignee | ||
Comment 3•13 years ago
|
||
I pinged Google again to see if this account was enabled for premium.
Comment 4•13 years ago
|
||
I've added this to http://mozillafestival.org now :)
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•