LumenPath Service collects device and sensor activity events and provides reports based on data from these activity events. The device and sensor activity events are mapped to counters and aggregates at application, sensor, device levels. In addition, counters and aggregates are maintained for all tags and geographic regions defined for sensors. The data itself is stored at multiple time intervals, referred to as buckets
.
Terms
- Unique Visitors: Number of distinct devices that have visited one or more sensors.
- Impressions: Number of visits one or more devices have made to one or more sensors
- Bucket: Time intervals at which the data is recorded. Currently supported
Buckets
areminute
,hour
andday
- Top Devices: Devices with most visits to one or more sensors within a given time period
- Top Sensors: Sensors with most unique visitors within a given time period.
Data Types
-
Date/Datetime
: Multiple date and datetime formats are accepted by the API. -
MM/dd/yyyy
: e.g. 10/01/2014
-
MM-dd-yyyy
: e.g. 10-01-2014
-
yyyy-MM-dd
: e.g. 2014-10-01
-
yyyy-MM-dd'T'HH:mm:ss'Z'
: e.g. 2014-10-01'T'01:01:00.00'Z'
-
yyyy-MM-dd'T'HH:mm:ss.SSS'Z'
: e.g. 2014-10-01'T'01:01:00.00'Z'
-
Bucket
: The following time intervals, Buckets, are supported -
minute
-
hour
-
day