|
快投报表服务 | 快投报表服务(Restful)
getKuaitouReport
获取今日小时级账户数据,数据有一小时的延迟。
请求方式:
POST(HTTPS)
请求地址:
SERVER_HOST/api/v2/kuaitoureport/getKuaitouReport
请求参数体:
{
"body": {//
"idstartDate": "",//
"styleType": 0,//
"endDate": "",//
"reportType": 0,//
"sumType": 0,//
"statRange": 0,//
"statIds": [],//
"deviceType": 0,//
"idOnly": false,//
"itemIds": []//
},
"header": {
"adType": 1,
"agentpassword": "",
"agentusername": "",
"apiusertype": "",
"password": "xxxxxx",
"token": "xxxxxx",
"username": "xxxxxx"
}
}
|
响应结果:
{
"data": {//
"kuaitouDetailDataTypeVos": [//
{
"styleType": "",//
"cpcName": "",//
"consume": 0,//
"click": 0,//
"pv": 0,//
"ctr": 0,//
"avgPrice": 0,//
"startDate": "",//
"endDate": "",//
"accountName": "",//
"cpcPlanId": 0,//
"cpcPlanName": "",//
"cpcGroupId": 0,//
"cpcGroupName": "",//
"cpcId": 0//
}
],
"kuaitouSummaryDataTypeVo": {//
"sumConsume": 0,//
"sumClick": 0,//
"sumPv": 0,//
"sumCtr": 0,//
"sumAvgPrice": 0//
}
},
"desc": "success",
"failures": [],
"oprs": 1,
"oprtime": 1,
"quota": 1,
"rquota": 100,
"status": 0
}
|
|