Event Drill Down
About
The Drill Down API provides access to the same data which is available on the Engagement: Event Drill Down page of the justtrack dashboard.
Table API
Use the Table API for feeding your own drill down tables. Send a POST request to:
curl -H X-API-Key: <API_KEY> https://api.justtrack.io/reporting/v1/drill-down/table
Request
Response
Graph API
The Graph API offers the same data as Table API with more flexible date grouping options.
curl -H X-API-Key: <API_KEY> https://api.justtrack.io/reporting/v1/drill-down/graph
Request
Response
<date> stands for the date within which data was aggregated. Depends on the requested granularity.
<metric> stands for the requested metric name and contains float value.
Last updated