Track when COPPA dialog is shown.

This commit is contained in:
Rob 2016-04-26 16:31:51 -07:00
parent 4e630362ce
commit 70999fa150

View file

@ -6,3 +6,7 @@ module.exports = class COPPADenyModal extends ModalView
id: 'coppa-deny-modal'
template: template
closeButton: true
constructor: ->
super()
window.tracker?.trackEvent 'COPPA Message Shown', category: 'Homepage'