本地生活饿了么淘客报表对外披露
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
start_date | String | 必须 | 2019-01-01 00:00:00 | 开始时间 | |
end_date | String | 必须 | 2019-01-10 00:00:00 | 结束时间 | |
start | Number | 必须 | 0 | 开始启始下标(注意不是页码,从0开始) | |
limit | Number | 必须 | 500 | 每页条数 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
results | PageResultDTO | ss | 接口返回model |
|
1 2 3 4 5 6 7 8 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); CpsreportAdGetRequest req = new CpsreportAdGetRequest(); req.setStartDate( "2019-01-01 00:00:00" ); req.setEndDate( "2019-01-10 00:00:00" ); req.setStart(0L); req.setLimit(500L); CpsreportAdGetResponse rsp = client.execute(req); System.out.println(rsp.getBody()); |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | < cpsreport_ad_get_response > < results > < result_list > < buy_shop_order_tag_d_t_o > < channel_no >bd_cps01</ channel_no > < track_pid >mm_26632746_817850406_109379600142</ track_pid > < rid >0000036488</ rid > < create_time >2019-01-01 11:11:11</ create_time > < commissed >true</ commissed > < is_coupon_draw_acc_fstord7d >0</ is_coupon_draw_acc_fstord7d > < is_shop_clk7d >1</ is_shop_clk7d > < is_use_taoke_coupon14d >0</ is_use_taoke_coupon14d > < is_newuser_rebuy14d >1</ is_newuser_rebuy14d > < is_acc_fstord7d >0</ is_acc_fstord7d > < coupon_amt >2.5</ coupon_amt > < order_city_name >杭州</ order_city_name > < pay_amt >24.95</ pay_amt > < order_id >2116762769741060280</ order_id > < extra_info ></ extra_info > </ buy_shop_order_tag_d_t_o > </ result_list > < success >true</ success > < error_code ></ error_code > < total_count >120</ total_count > < error_msg ></ error_msg > </ results > </ cpsreport_ad_get_response > |
1 2 3 4 5 6 | < error_response > < code >50</ code > < msg >Remote service error</ msg > < sub_code >isv.invalid-parameter</ sub_code > < sub_msg >非法参数</ sub_msg > </ error_response > |
错误码 | 错误描述 | 解决方案 |
---|