Skip to content

Instantly share code, notes, and snippets.

@bryanwongbh
Created December 18, 2012 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bryanwongbh/4328316 to your computer and use it in GitHub Desktop.
Save bryanwongbh/4328316 to your computer and use it in GitHub Desktop.
Javascript: Google Analytics API
<!-- Google Analytics -->
<script>
var _gaq=[['_setAccount','<%= CONFIG['google_analytics_id'] %>'],['_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