Skip to content

Instantly share code, notes, and snippets.

@jcypret
Created June 22, 2013 01:14
Show Gist options
  • Save jcypret/5835411 to your computer and use it in GitHub Desktop.
Save jcypret/5835411 to your computer and use it in GitHub Desktop.
Google Analytics Turbolinks
$(document).on 'page:change', ->
if window._gaq?
_gaq.push ['_trackPageview']
else if window.pageTracker?
pageTracker._trackPageview()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment