#The Visitor object
Captures the cross-link profile Linkbreakers builds for someone who scans or clicks, combining reserved identity fields, attributed devices, events, and custom traits gathered from forms.
attributes
array<object>Arbitrary attributes provided without "$" prefix, with the type each value was captured as.
createdAt
string (date-time)Timestamps
deviceCount
string (int64)Number of devices attributed to this visitor
devices
array<object>Device information collected during visitor interactions
from "$email"
events
array<object>Events associated with this visitor
firstName
stringfrom "$firstName" (optional)
id
stringUnique ID (UUID)
lastName
stringfrom "$lastName" (optional)
links
array<object>Links associated with this visitor via events (included only on demand)
phone
stringfrom "$phone"
qrcodeCount
string (int64)Number of distinct QR codes / links this visitor has interacted with
updatedAt
string (date-time)visitCount
string (int64)Total number of events (visits) recorded for this visitor
workspaceId
stringWorkspace that owns this visitor (UUID)