identify(data)
Identifying your users will help you find their sessions in the Tolstoy dashboard, and apply specific rules and behaviours on their widget’s display. It’s recommended to call identify right after your user’s signup/login, when you have identifying data to use (such as email, signup date, etc.).Parameters
Data
required
Required params for identifying the user, one or both of the following:
string
Your user’s sign up date.For example:
2021-08-27.Object
Add any additional attributes (maximum of 100 attributes)
Date format must be
YYYY-MM-DD