Closed Bug 914855 Opened 11 years ago Closed 11 years ago

Please provide Google Analytics code for: caravela.mozillalabs.com

Categories

(Websites :: Web Analytics, task)

x86
macOS
task
Not set
normal

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).
Assignee: nobody → garethcull.bugs
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!
This has been implemented. Can you let us know that data is flowing properly?
> 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?
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.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.