Main identification information about the visitor

interface ShortVisitorData {
    confidence: Confidence;
    requestId: string;
    visitorId: string;
}

Hierarchy (view full)

Properties

confidence: Confidence

A confidence score that tells how much the agent is sure about the visitor identifier

requestId: string

The current request identifier. It's different for every request.

visitorId: string

The visitor identifier

Generated using TypeDoc