Closed MrTin closed 7 years ago
drift.identify(userId,{email:'abcd@email.com'}); or we might force even signed in users to fill in their email.
drift.identify(userId,{email:'abcd@email.com'});
Also add team_id, team_name if the user is signed into one? What else can be important? How llong it has been a user? created_at?
team_id
team_name
created_at
http://help.drift.com/developer-docs/javascript-sdk
drift.identify(userId,{email:'abcd@email.com'});
or we might force even signed in users to fill in their email.Also add
team_id
,team_name
if the user is signed into one? What else can be important? How llong it has been a user?created_at
?http://help.drift.com/developer-docs/javascript-sdk