Skip to content

Instantly share code, notes, and snippets.

@gormus
Forked from daveaugustine/Inside_your_router.coffee
Last active August 29, 2015 14:24
Show Gist options
  • Save gormus/1a9429abcda673314a9f to your computer and use it in GitHub Desktop.
Save gormus/1a9429abcda673314a9f 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