User identification
Identify users to track behavior across sessions.
Using SDK
1
2
3
4
convrs.identify("user_123", {
email: "user@example.com",
plan: "pro",
});
On this page
Identify users to track behavior across sessions.
convrs.identify("user_123", {
email: "user@example.com",
plan: "pro",
});
On this page