Skip to main content
GET
Get realtime activity

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

time_window
integer
default:30

Window in minutes.

Required range: 1 <= x <= 60

Response

200 - application/json

Successful response.

active_visitors
integer
required

The authoritative count. Not the length of visitors.

pageviews
integer
required
events
integer
required
revenue
number
required
visitors
object[]
required

A SAMPLE of the active population, capped at 50 rows.

timeline
object[]
required
complete
boolean
required
time_window
integer
required
timestamp
string<date-time>
required
visitors_returned
integer
visitors_truncated
boolean

true when active_visitors exceeds the sample.