Identify users
Identify your users to better understand your dashboard data and prevent duplicate users.
window['jimo'].push(['do', 'identify', [userId]]);window['jimo'].push([
'do',
'identify',
[
userId,
() => {
window['jimo'].push(['set', 'user:name', [username]]);
},
],
]);Examples


Last updated