User Identification

User identifier

User identifier can be specified by calling:

smartlook.setUserIdentifier(new SmartlookUserIdentifier(identifier: string));

📘

Identifiers can be found in the Dashboard and are very useful for finding specific user’s recordings.

User properties

Additional user information, such as name, email and other custom properties can be set by calling:

smartlook.setUserIdentifier(new SmartlookUserIdentifier(identifier: string, sessionProperties: object));
smartlook.setUserIdentifier(new SmartlookUserIdentifier(
  "sample_identifier",
  {name: "John" email: "[email protected]"}
));

These properties can be seen in the Dashboard at Visitor details.