User identifier
User identifier can be specified by calling:
Smartlook.setUserIdentifier({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({
identifier: string,
sessionProperties: object
})Smartlook.setUserIdentifier({
identifier: "sample_identifier",
sessionProperties: {
name: "John",
email: "[email protected]"
}
})These properties can be seen in the Dashboard at Visitor details.
