查询单元分页列表
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|
top_service_context | TopServiceContext | 必须 | topServiceContext | ||||||||
|
|||||||||||
adgroup_query_v_o | AdgroupQueryVo | 必须 | adgroupQueryVO | ||||||||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | TopResult | 结果体 | |
|
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 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); UniversalbpAdgroupHorizontalFindpageRequest req = new UniversalbpAdgroupHorizontalFindpageRequest(); UniversalbpAdgroupHorizontalFindpageRequest.TopServiceContext obj1 = new UniversalbpAdgroupHorizontalFindpageRequest.TopServiceContext(); obj1.setBizCode( "xxxxx" ); req.setTopServiceContext(obj1); UniversalbpAdgroupHorizontalFindpageRequest.AdgroupQueryVo obj2 = new UniversalbpAdgroupHorizontalFindpageRequest.AdgroupQueryVo(); obj2.setCampaignIdList( new Long[] { 68792788657 }; ); obj2.setOffset(0L); obj2.setPageSize(20L); UniversalbpAdgroupHorizontalFindpageRequest.RptQueryVO obj3 = new UniversalbpAdgroupHorizontalFindpageRequest.RptQueryVO(); obj3.setFields( "adPV" ); List<UniversalbpAdgroupHorizontalFindpageRequest.RptQueryConditionVO> list5 = new ArrayList<UniversalbpAdgroupHorizontalFindpageRequest.RptQueryConditionVO>(); UniversalbpAdgroupHorizontalFindpageRequest.RptQueryConditionVO obj6 = new UniversalbpAdgroupHorizontalFindpageRequest.RptQueryConditionVO(); list5.add(obj6); obj6.setStartTime( "2023-10-08" ); obj6.setEndTime( "2023-10-08" ); obj6.setAdzonePkgIdList( "" 114790550288 ", " 114790550289 ", " 114793500012 ", " 114786650498 "" ); obj6.setIsRt( true ); obj6.setUnifyType( "zhai" ); obj3.setConditionList(list5); obj2.setRptQuery(obj3); obj2.setAdgroupIdList( new Long[] { 70847259904 }; ); obj2.setItemId(806671599436L); obj2.setItemNameLike( "自动化ttt1686测试请不要拍" ); req.setAdgroupQueryVO(obj2); UniversalbpAdgroupHorizontalFindpageResponse rsp = client.execute(req, sessionKey); 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 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 | < universalbp_adgroup_horizontal_findpage_response > < result > < info > < ok >true</ ok > < message >参数错误</ message > < error_code >xxxxx</ error_code > </ info > < adgroup_v_o_top_bulk_data > < adgroup_v_o_list > < adgroup_vo > < campaign_id >68796878069</ campaign_id > < campaign_name >管家计划_宝贝候选集</ campaign_name > < adgroup_id >68793666608</ adgroup_id > < adgroup_name >ds460418344</ adgroup_name > < online_status >0</ online_status > < display_status >pause</ display_status > < audit_status >1</ audit_status > < audit_reason >xxxxx</ audit_reason > < adgroup_ocpc > < enable_ocpc >true</ enable_ocpc > < ocpc_ratio >200</ ocpc_ratio > < ocpc_marketing_aim >click</ ocpc_marketing_aim > < ocpc_status >new_ad_complete</ ocpc_status > < enable_cold_speed_new_item >false</ enable_cold_speed_new_item > < ecpc_option >1</ ecpc_option > </ adgroup_ocpc > < promotion_type >item</ promotion_type > < sub_promotion_type >item</ sub_promotion_type > < material > < material_id >714616513841</ material_id > < material_type >1</ material_type > < material_name >yiliantest测试请不要拍22</ material_name > < title >yiliantest测试请不要拍22</ title > < img_url >//img.alicdn.com/bao/uploaded/i1/3838159498/O1CN013BTEpu2K28f5CkcgG_!!3838159498.jpg</ img_url > < price >999900</ price > < bid_count >899900</ bid_count > < quantity >10</ quantity > < first_starts_time >2023-04-26 14:51:03</ first_starts_time > < starts >2023-04-26 14:51:03</ starts > < category_id >16 50010850</ category_id > < promotion_type >item</ promotion_type > < sub_promotion_type >item</ sub_promotion_type > < life_cycle_list > < item_life_cycle_view_vo > < life_cycle_desc >新品打爆期</ life_cycle_desc > < color >#36A2FC</ color > < tips >近30日GMV排名在叶子类目5%以内的新品</ tips > </ item_life_cycle_view_vo > </ life_cycle_list > < life_cycle_days >3</ life_cycle_days > < life_cycle_diff_with_avg >较慢</ life_cycle_diff_with_avg > < life_cycle_diff_with_avg_tips >快于同类目商品经历过同样阶段变化所用时间</ life_cycle_diff_with_avg_tips > < grow_desc >日均再成交122.55元 可提高爆品类目排名卡位</ grow_desc > < grow_rank >1077</ grow_rank > </ material > < alive_group_id >0</ alive_group_id > < alive_group_name >宝贝链接(默认)</ alive_group_name > < black_creative_status >success</ black_creative_status > < gmt_create >2023-12-09 14:34:12</ gmt_create > < gmt_modified >2023-12-09 14:34:12</ gmt_modified > </ adgroup_vo > </ adgroup_v_o_list > < count >1</ count > </ adgroup_v_o_top_bulk_data > </ result > </ universalbp_adgroup_horizontal_findpage_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 > |
错误码 | 错误描述 | 解决方案 |
---|