Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save geminiyellow/9c8cb1519932edc73881 to your computer and use it in GitHub Desktop.
Save geminiyellow/9c8cb1519932edc73881 to your computer and use it in GitHub Desktop.
initialize: ->
@bind 'all', @_trackPageview
_trackPageview: ->
url = Backbone.history.getFragment()
_gaq.push(['_trackPageview', "/#{url}"])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment