📄️ clusterUUID
clusterUUID (string): A unique or semi-unique identifier representing a browser or device, allowing tracking of user sessions.
📄️ uniquenessScore
uniquenessScore (number): A number ranging from 1 to 5, indicating the likelihood that more than one user will be assigned the same clusterUUID.
📄️ botScore
botScore (number): A number ranging from 1 to 5, indicating the likelihood that the browser is being controlled by a bot or similar automated software.
📄️ browserTraits
browserTraits (object): An object that describes various traits of the user's browser.
📄️ hash
hash (string): The SHA-256 hash of the browser fingerprint data sent by the browser. This is the most reliable way to report debugging information to us. The hash value updates whenever the browser fingerprint changes. For a long term ID, see clusterUUID.
📄️ authToken
authToken (string): A string that can be sent to our servers to retrieve the original object in order to thwart potential tampering.