Closed
Bug 914855
Opened 12 years ago
Closed 12 years ago
Please provide Google Analytics code for: caravela.mozillalabs.com
Categories
(Websites :: Web Analytics, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: swex, Assigned: garethc)
Details
Full website address:
http[s]://caravela.mozillalabs.com
Explain the goal and use-case of having web analytics on this website.
- tracking traffic to and from the user-facing caravela site through the ga.js collection method
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.
Define the people who should have access to the reports.
- Caravela team members
- Labs leadership
swex@mozilla.com
dascher@mozilla.com
srobertson@codeit.com
(note: we just need the snippet/code, we will implement).
Updated•12 years ago
|
Assignee: nobody → garethcull.bugs
Assignee | ||
Comment 1•12 years ago
|
||
Here is the snippet. Please place this within the <head> of the page.
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-35433268-28']);
_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>
Let me know when this is implemented and i'll create a new reporting profile and will test to see that data is coming in correctly. Thanks!
Comment 2•12 years ago
|
||
This has been implemented. Can you let us know that data is flowing properly?
Comment 3•12 years ago
|
||
> Let me know when this is implemented and i'll create a new reporting profile
> and will test to see that data is coming in correctly. Thanks!
Hi Gareth, any luck setting up the reporting profile for us to access?
Assignee | ||
Comment 4•12 years ago
|
||
I've set up the profile in GA. I'll add you to it. Data is flowing into GA now, and I have added the users requested to the profile. Let me know if you have any other questions. Thanks.
Assignee | ||
Updated•12 years ago
|
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
•