Closed
Bug 808926
Opened 13 years ago
Closed 13 years ago
Please provide Google Analytics code for: mozillawebmaker.tumblr.com
Categories
(Websites :: Web Analytics, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: davida, Assigned: malexis)
Details
Full website address:
mozillawebmaker.tumblr.com
Explain the goal and use-case of having web analytics on this website.
- tracking traffic to and from the webmaker tumblr 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
erin@mozillafoundation.org
dascher@mozilla.com
(note: we just need the snippet/code, MoFo devs will implement).
Comment 1•13 years ago
|
||
Mike: Please add this subdomain to GA in the small websites section and add the code snippet to this bug.
Assignee: nobody → malexis
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•13 years ago
|
||
Here are the details for implementing Google Analytics on your 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-11']);
_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
|
||
Sent request to activate GA Premium and added all emails above as users. Will keep this open until confirmation.
Assignee | ||
Comment 4•13 years ago
|
||
Google Premium account has been enabled for this web property.
Let me know if there's anything else needed.
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 5•12 years ago
|
||
This has been added to the tumblr theme (for confirmation)
You need to log in
before you can comment on or make changes to this bug.
Description
•