mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-22 10:55:19 -04:00
Add levelID to Saw Victory analytics event
This commit is contained in:
parent
bc93a2b181
commit
8977450fed
1 changed files with 1 additions and 0 deletions
|
@ -417,6 +417,7 @@ module.exports = class PlayLevelView extends RootView
|
|||
category: 'Play Level'
|
||||
level: @level.get('name')
|
||||
label: @level.get('name')
|
||||
levelID: @levelID
|
||||
application.tracker?.trackTiming victoryTime, 'Level Victory Time', @levelID, @levelID, 100
|
||||
|
||||
showVictory: ->
|
||||
|
|
Loading…
Reference in a new issue