Identify anonymous users with automatically generated IDs
identifyAnonymous()
method works similarly to usertour.identify(), but automatically generates and manages a unique ID for anonymous users. This ID is stored in the user’s localStorage and persists across page reloads.
Important: Only use this method for unauthenticated users. For signed-in users, use usertour.identify() with their actual user ID.
Promise
that resolves when the identification is complete.