mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-17 08:50:58 -05:00
Narrow pageview tracking to only Google Analytics
This commit is contained in:
parent
35adea61e0
commit
b2b25f354c
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ module.exports = class CocoRouter extends Backbone.Router
|
|||
$("ul.nav li.#{base}").addClass('active')
|
||||
|
||||
_trackPageView: ->
|
||||
window.tracker?.trackPageView()
|
||||
window.tracker?.trackPageView null, ['Google Analytics']
|
||||
|
||||
onNavigate: (e) ->
|
||||
if _.isString e.viewClass
|
||||
|
|
Loading…
Reference in a new issue