查询机具下载素材、放映素材的情况信息
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
advertise_code | String | 必须 | 1 | 广告活动编码 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
film_adcenter_device_itemstatistics_query_response | ResultListModel | result | |
|
1 2 3 4 5 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); FilmAdcenterDeviceItemstatisticsQueryRequest req = new FilmAdcenterDeviceItemstatisticsQueryRequest(); req.setAdvertiseCode( "1" ); FilmAdcenterDeviceItemstatisticsQueryResponse 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 28 29 30 31 32 33 34 35 36 37 | < film_adcenter_device_itemstatistics_query_response > < film_adcenter_device_itemstatistics_query_response > < return_url >1</ return_url > < return_code >1</ return_code > < request_id >1</ request_id > < return_values > < advertise_statistics_vo > < download_fail_device_list > < device_vo > < device_identity >test</ device_identity > </ device_vo > </ download_fail_device_list > < resource_id >1</ resource_id > < impress_times >1</ impress_times > < downloaded_device_list > < device_vo > < device_identity >test</ device_identity > </ device_vo > </ downloaded_device_list > < resource_item_id >1</ resource_item_id > < resource_item_code >1</ resource_item_code > < downloading_device_list > < device_vo > < device_identity >test</ device_identity > </ device_vo > </ downloading_device_list > < resource_code >1</ resource_code > < advertise_id >1</ advertise_id > < advertise_code >1</ advertise_code > </ advertise_statistics_vo > </ return_values > < return_error_oper >1</ return_error_oper > < return_error_solution >1</ return_error_solution > < return_message >1</ return_message > < return_error_stack_trace >1</ return_error_stack_trace > </ film_adcenter_device_itemstatistics_query_response > </ film_adcenter_device_itemstatistics_query_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 > |
错误码 | 错误描述 | 解决方案 |
---|