API Quickstart
This page shows you how to get started using the activities analytics API to query your data in mediarithmics.
Step 1 : Configure authentication
Step 2 : API call
Query Parameters
Name
Type
Description
Request Body
Name
Type
Description
{
"status": "ok",
"data": {
"report_view": {
"items_per_page": 100,
"total_items": 7,
"columns_headers": [
"type"
],
"rows": [
[
"DISPLAY_AD"
],
[
"EMAIL"
],
[
"SITE_VISIT"
],
[
"USER_SCENARIO_NODE_ENTER"
],
[
"USER_SCENARIO_NODE_EXIT"
],
[
"USER_SCENARIO_START"
],
[
"USER_SCENARIO_STOP"
]
]
}
}
}Last updated
Was this helpful?