Skip to content

Instantly share code, notes, and snippets.

@kkemple
Created November 27, 2013 23:12
Show Gist options
  • Save kkemple/7684713 to your computer and use it in GitHub Desktop.
Save kkemple/7684713 to your computer and use it in GitHub Desktop.
Google analytic code
<script>
var _gaq=[['_setAccount','UA-XXXXX-X'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment