mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 17:45:40 -05:00
Track when COPPA dialog is shown.
This commit is contained in:
parent
4e630362ce
commit
70999fa150
1 changed files with 4 additions and 0 deletions
|
@ -6,3 +6,7 @@ module.exports = class COPPADenyModal extends ModalView
|
||||||
id: 'coppa-deny-modal'
|
id: 'coppa-deny-modal'
|
||||||
template: template
|
template: template
|
||||||
closeButton: true
|
closeButton: true
|
||||||
|
|
||||||
|
constructor: ->
|
||||||
|
super()
|
||||||
|
window.tracker?.trackEvent 'COPPA Message Shown', category: 'Homepage'
|
Loading…
Reference in a new issue