Live Report Builder
Open beta, available from January 31th
/ams/reports/{id}/data
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"data": {
"columns": [
"name",
"metric-1",
"metric-3",
"attribution-model-1_metric-5",
"attribution-model-1_metric-12",
"attribution-model-2_metric-5",
"attribution-model-2_metric-12"
],
"rows": [
{
"name": {
"type": "string",
"value": "Criteo"
},
"metric-1": {
"type": "number",
"value": "4719671"
},
"metric-3": {
"type": "number",
"value": "1657901"
},
"attribution-model-1_metric-5": {
"type": "number",
"value": "21739964"
},
"attribution-model-1_metric-12": {
"type": "ratio",
"value": "29.47"
},
"attribution-model-2_metric-5": {
"type": "number",
"value": "25549890"
},
"attribution-model-2_metric-12": {
"type": "ratio",
"value": "47.45"
}
},
{
"name": {
"type": "string",
"value": "zanox"
},
"metric-1": {
"type": "number",
"value": "80592"
},
"metric-3": {
"type": "number",
"value": "19668"
},
"attribution-model-1_metric-5": {
"type": "number",
"value": "7122"
},
"attribution-model-1_metric-12": {
"type": "ratio",
"value": "70.53"
},
"attribution-model-2_metric-5": {
"type": "number",
"value": "39127"
},
"attribution-model-2_metric-12": {
"type": "ratio",
"value": "58.89"
}
}
],
"total": {
"name": {
"type": "string",
"value": "Criteo"
},
"metric-1": {
"type": "number",
"value": "4800263"
},
"metric-3": {
"type": "number",
"value": "1677569"
},
"attribution-model-1_metric-5": {
"type": "number",
"value": "21747086"
},
"attribution-model-1_metric-12": {
"type": "ratio",
"value": "100.00"
},
"attribution-model-2_metric-5": {
"type": "number",
"value": "25589017"
},
"attribution-model-2_metric-12": {
"type": "ratio",
"value": "100.00"
}
}
},
"meta": {
"pagination": {
"total": 72,
"count": 50,
"per_page": 50,
"current_page": 1,
"total_pages": 2
}
},
"links": {
"self": "https://api.commander1.com/v2/ams/reports?page=1",
"first": "https://api.commander1.com/v2/ams/reports?page=1",
"next": "https://api.commander1.com/v2/ams/reports?page=2",
"last": "https://api.commander1.com/v2/ams/reports?page=2"
}
}Last updated