IdentificationExtendedResult class

Result of requesting a visitor id when requested with extendedResponseFormat: true

Inheritance
Annotations
  • @JS()
  • @anonymous

Properties

browserName String
Browser name
getter/setter pair
browserVersion String
Browser version
getter/setter pair
confidence IdentificationResultConfidenceScore
A confidence score that tells how much the agent is sure about the visitor identifier
getter/setter pairinherited
device String
Device. For desktop/laptop devices, the value will be "Other"
getter/setter pair
firstSeenAt IdentificationResultStSeenAt
When the visitor was seen for the first time
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
incognito bool
Whether the visitor is in incognito/private mode
getter/setter pair
ip String
IP address. IPv4 or IPv6.
getter/setter pair
ipLocation IdentificationResultIpLocation?
IP address location. Can be empty for anonymous proxies
getter/setter pair
lastSeenAt IdentificationResultStSeenAt
When the visitor was seen previous time
getter/setter pair
os String
OS name
getter/setter pair
osVersion String
OS version
getter/setter pair
requestId String
The current request identifier. It's different for every request.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sealedResult String?
Sealed result, which is an encrypted content of the /events Server API response for this requestId, encoded in base64. The field will miss if Sealed Results are disabled or unavailable for another reason.
getter/setter pairinherited
visitorFound bool
If true, this visitor was found and visited before. If false, this visitor wasn't found and probably didn't visit before.
getter/setter pairinherited
visitorId String
The visitor identifier
getter/setter pairinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited