Closed Bug 868576 Opened 11 years ago Closed 11 years ago

Add Google Analytics to dnt-dashboard.mozilla.org

Categories

(Websites :: Web Analytics, task)

x86
macOS
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: cmore, Assigned: cmore)

Details

Assignee: nobody → chrismore.bugzilla
Code:

<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-35433268-33']);
  _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 emailed to enable premium.
Just change the setAccount value from UA-37922069-1 to UA-35433268-33.
Verified on the website. Looks good!
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
GA premium enabled.
You need to log in before you can comment on or make changes to this bug.