Identify
Identify users in your application for widget rules
identify(data)
window.tolstoyWidget.identify({
userId: "123",
email: "user@test.com",
signedUpAt: "2021-09-01",
customAttributes: { package: "free", age: 28, activationDate: "2021-09-10" }
});Last updated
Was this helpful?