Events

List events

GET/sites/{id}/events

Returns events recorded for a site, newest first.

Parameters

Authorizationheaderstringrequired
Authentication credentials, e.g. Bearer <token> (bearerAuth (http bearer)).
idpathstringrequired
Site identifier.
typequeryenum<string>
Options: pageview, click, custom
Filter by event type.

Responses

200A list of events.
idstringrequired
typeenum<string>required
Options: pageview, click, custom
urlstring
Page URL where the event occurred.
timestampstring
200 example

Code samples

cURL
Last updated on