Created
July 2, 2011 22:42
-
-
Save brentertz/1061741 to your computer and use it in GitHub Desktop.
Google analytics async snippet - in haml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-# mathiasbynens.be/notes/async-analytics-snippet | |
:javascript | |
var _gaq=[['_setAccount',"#{ENV['GOOGLE_ANALYTICS_ID']}"],['_trackPageview']]; | |
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.async=1; | |
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js'; | |
s.parentNode.insertBefore(g,s)}(document,'script')); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment