You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Contains results from all activated products - Fingerprint Pro, Bot Detection, and others.
1419
1430
type: object
@@ -1672,6 +1683,33 @@ components:
1672
1683
example: 0
1673
1684
required:
1674
1685
- result
1686
+
VelocityResult:
1687
+
type: object
1688
+
description: >
1689
+
Sums key data points for a specific `visitorId` at three distinct time intervals: 5 minutes, 1 hour, and 24 hours as follows:
1690
+
1691
+
- Number of identification events attributed to the visitor ID
1692
+
- Number of distinct IP addresses associated to the visitor ID.
1693
+
- Number of distinct countries associated with the visitor ID.
1694
+
- Number of distinct `linkedId`s associated with the visitor ID.
1695
+
1696
+
The `24h` interval of `distinctIp`, `distinctLinkedId`, and `distinctCountry` 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.
Is absent if the velocity data could not be generated for the visitor ID.
1982
+
additionalProperties: false
1983
+
properties:
1984
+
'5m':
1985
+
type: integer
1986
+
example: 1
1987
+
'1h':
1988
+
type: integer
1989
+
example: 1
1990
+
'24h':
1991
+
type: integer
1992
+
description: >
1993
+
The `24h` interval of `distinctIp`, `distinctLinkedId`, and `distinctCountry` 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.
0 commit comments