Sums key data points for a specific visitorId
, ipAddress
and linkedId
at three distinct time intervals: 5 minutes, 1 hour, and 24 hours as follows: - Number of distinct IP addresses associated to the visitor ID. - Number of distinct linked IDs associated with the visitor ID. - Number of distinct countries associated with the visitor ID. - Number of identification events associated with the visitor ID. - Number of identification events associated with the detected IP address. - Number of distinct IP addresses associated with the provided linked ID. - Number of distinct visitor IDs associated with the provided linked ID. The 24h
interval of distinctIp
, distinctLinkedId
, distinctCountry
, distinctIpByLinkedId
and distinctVisitorIdByLinkedId
will be omitted if the number of events
for the visitor ID in the last 24 hours (events.intervals.['24h']
) is higher than 20.000.
Name | Type | Description | Notes |
---|---|---|---|
distinct_ip | \Fingerprint\ServerAPI\Model\VelocityData | ||
distinct_linked_id | \Fingerprint\ServerAPI\Model\VelocityData | ||
distinct_country | \Fingerprint\ServerAPI\Model\VelocityData | ||
events | \Fingerprint\ServerAPI\Model\VelocityData | ||
ip_events | \Fingerprint\ServerAPI\Model\VelocityData | ||
distinct_ip_by_linked_id | \Fingerprint\ServerAPI\Model\VelocityData | ||
distinct_visitor_id_by_linked_id | \Fingerprint\ServerAPI\Model\VelocityData |