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
Sums key data points for a specific `visitorId` at three distinct time intervals: 5 minutes, 1 hour, and 24 hours as follows:
1701
+
1702
+
- Number of identification events attributed to the visitor ID
1703
+
- Number of distinct IP addresses associated to the visitor ID.
1704
+
- Number of distinct countries associated with the visitor ID.
1705
+
- Number of distinct `linkedId`s associated with the visitor ID.
1706
+
1707
+
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.
2004
+
additionalProperties: false
2005
+
properties:
2006
+
'5m':
2007
+
type: integer
2008
+
example: 1
2009
+
'1h':
2010
+
type: integer
2011
+
example: 1
2012
+
'24h':
2013
+
type: integer
2014
+
description: >
2015
+
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