// active conversions list with stats for timeframe last 90 days
// GET /aggregated/summary/conversions?timeframe=last90&limit=25&offset=0&sortby=count&sortdirection=desc&status=active
/*
OUTPUT
{
"count": 6,
"limit": 25,
"result": [
{
"entityId": "1234",
"activityDay": "20151221163343",
"lastHitDate": "20151221170749",
"convertedClicks": 367,
"entityData": {
"id": 1234,
"name": "blog.clickmeter.com-subscription",
"value": 0.00
}
},
......
]
}
*/
0 Comments