mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-04 17:19:47 -04:00
Add explicit track event for viewing teacher trial
We want to explicitly track views before submit.
This commit is contained in:
parent
80466f5e9d
commit
b3e5d8f650
1 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,9 @@ module.exports = class TeachersFreeTrialView extends RootView
|
|||
@listenToOnce @existingRequests, 'sync', =>
|
||||
@fetchingData = false
|
||||
@render?()
|
||||
existingRequest = @existingRequests.at(0)
|
||||
if existingRequest?.get('status') isnt 'submitted' and existingRequest?.get('status') isnt 'approved'
|
||||
window.tracker?.trackEvent 'View Trial Request', category: 'Teachers', label: 'View Trial Request', ['Mixpanel']
|
||||
@supermodel.loadCollection(@existingRequests, 'own_trial_requests', {cache: false})
|
||||
|
||||
onClickTextBox: (e) ->
|
||||
|
|
Loading…
Add table
Reference in a new issue