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)

x86
macOS
task
Not set
normal

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).
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
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>
Sent request to activate GA Premium and added all emails above as users. Will keep this open until confirmation.
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
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.