track successful account creation (#955)
This commit is contained in:
parent
343154a403
commit
269c0687fd
2 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,7 @@ interface TrackPropertiesMap {
|
|||
'Sign In': {resumedSession: boolean} // CAN BE SERVER
|
||||
'Create Account': {} // CAN BE SERVER
|
||||
'Try Create Account': {}
|
||||
'Create Account Successfully': {}
|
||||
'Signin:PressedForgotPassword': {}
|
||||
'Signin:PressedSelectService': {}
|
||||
// COMPOSER / CREATE POST events
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue