1. Embedded
  2. Fingerprint UUID

Embedded

Fingerprint UUID

Explains the unique ID the Webchat client stores in the browser's local storage. Useful for recognising returning visitors across chats on the same browser.

Overview

The webchat client automatically generates a UUIDv4 and stores it in the browser's local storage under the _stubber_webchat_fingerprintuuid key.

When a message is sent, this UUID is included in the incoming webchat data as fingerprintuuid:

        {
  "webchat_meta_data": {
    "origin": "https://webchat.notifications.staging.stubber.com",
    "client": {
      "fingerprintuuid": "55c650a4-f935-4d63-930e-f1559405525a"
    }
  }
}