nuacm / website

Our website in all its glory.
http://acm.ccs.neu.edu
9 stars 1 forks source link

Google Analytics #72

Open joshcaron opened 10 years ago

joshcaron commented 10 years ago

Not sure if you kept it over from the old site, but if we can get analytics on the site that'd be sweeeeet

nixpulvis commented 10 years ago

@ali can you do this, or at the very least hook me up with the details again. I know we went through this once but it's been a while.

ali commented 10 years ago

Email me with your preferred gmail account, and I'll add you to the Google Analytics dashboard.

Our tracking ID is UA-11161810-1.

Here's the tracking code:

<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-11161810-1']);
  _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>