Identify Call
Using the identify call you can assign
Last updated
Was this helpful?
Using the identify call you can assign
Last updated
Was this helpful?
You can use the identify API call to identify your users.
The second parameter to this call can be any string. However, it's best to use database IDs or a hash which does not change when a user updates their information. If the identifying parameter is common along their journey, you can unify all the sessions of a user.
You can also send attributes to the identify call like
You can also assign tags to a session. Like
Like attributes, tags can be searched for while creating circles and are visible on the session replay screen. More about creating circles .
In case you do not want to add identify information like user id/email, you can use Browsee's anonymous id and send the rest of the identify information. However, in this case you need to wait for Browsee's snippet to load and call its initialization event like this
Important Information - Identify calls are exclusively accessible to users with paid accounts starting from the Plus plan and beyond. Check out our pricing page .