Closed Bug 838329 Opened 11 years ago Closed 11 years ago

Implement Google Analytics on start.mozilla.org

Categories

(Websites :: Web Analytics, task)

x86
macOS
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: cmore, Unassigned)

References

Details

Website: https://start.mozilla.org

Uses: Basic page load data

Users: cmore@mozilla.com
GA code that should be put into the bottom of the </head>:

<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-35433268-25']);
  _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>
Google has been email to enable premium.
Commit pushed to master at https://github.com/mozilla/fx36start

https://github.com/mozilla/fx36start/commit/30aac2c59d971c5c3ac6450369b9f26cfba7bfe9
Merge pull request #5 from chrismore/patch-1

[bug 838329] - Implement Google Analytics on start.mozilla.org
GA premium has been enabled.
Depends on: 839130
Live!
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Depends on: 889474
No longer depends on: 889474
You need to log in before you can comment on or make changes to this bug.