人群报表查询
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|
top_service_context | TopServiceContext | 必须 | topServiceContext | ||||||||
|
|||||||||||
top_crowd_report_query_v_o | TopCrowdReportQueryVO | 必须 | topCrowdReportQueryVO | ||||||||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
top_result | TopResult | 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 30 31 32 33 34 35 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); UniversalbpNewReportQueryCrowdRequest req = new UniversalbpNewReportQueryCrowdRequest(); UniversalbpNewReportQueryCrowdRequest.TopServiceContext obj1 = new UniversalbpNewReportQueryCrowdRequest.TopServiceContext(); obj1.setBizCode( "xxxxx" ); obj1.setLoginType(1L); obj1.setMemberId(12345L); obj1.setExt( "{}" ); req.setTopServiceContext(obj1); UniversalbpNewReportQueryCrowdRequest.TopCrowdReportQueryVO obj2 = new UniversalbpNewReportQueryCrowdRequest.TopCrowdReportQueryVO(); obj2.setByPage( true ); obj2.setSplitType( "hour" ); obj2.setUnifyType( "zhai" ); obj2.setStartTime( "2023-06-06" ); obj2.setEndTime( "2023-06-12" ); obj2.setEffectEqual(15L); obj2.setQueryDomains( "crowd" ); obj2.setQueryFieldInList( "adPv" ); obj2.setBizCodeInList( "onebpDisplay" ); obj2.setProvinceIdInList( new Long[] { 1 }; ); obj2.setStrategyOptimizeTargetInList( new Long[] { 3003 }; ); obj2.setStrategyCampaignIdInList( new Long[] { 68798644117 }; ); obj2.setStrategyCampaignIdOrName( "测试计划" ); obj2.setStrategyTargetTitleLike( "消费" ); obj2.setOffset(10L); obj2.setPageSize(10L); obj2.setSource( "baseReport" ); obj2.setOriginalBizCodeInList( "adStrategyDkx, adStrategyFans, adStrategyRuHui, adStrategyCrowd" ); obj2.setFilterAppendSubwayChannel( true ); obj2.setFilterNullCrowdSubwayTag( true ); req.setTopCrowdReportQueryVO(obj2); UniversalbpNewReportQueryCrowdResponse 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 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 | < universalbp_new_report_query_crowd_response > < top_result > < info > < ok >true</ ok > < message >参数错误</ message > < error_code >xxxxx</ error_code > </ info > < top_report_v_o_top_bulk_data > < count >10</ count > < top_report_v_o_list > < top_report_v_o > < biz_code >onebpDisplay</ biz_code > < hour_id >15</ hour_id > < scene1_name >人群推广</ scene1_name > < thedate >2023-06-12 16:00</ thedate > < campaign_id >11111111</ campaign_id > < campaign_name >促进成交_最大化拿量</ campaign_name > < adgroup_id >11111111</ adgroup_id > < adgroup_name >测试商品</ adgroup_name > < bidword_id >1111111</ bidword_id > < original_word >瘦肩</ original_word > < bidword_pkg_id >1111111</ bidword_pkg_id > < bid_word_type >词 word, 词包 wordPkg</ bid_word_type > < promotion_id >670425387744</ promotion_id > < promotion_name >测试商品</ promotion_name > < bp_crowd_id >676456456456</ bp_crowd_id > < crowd_name >店铺长期价值人群</ crowd_name > < creative_id >710660000650001</ creative_id > < creative_name >方图1:1资源位_20230511_111045</ creative_name > < creative_size >800*800</ creative_size > < black_creative_promotion_id >702675398571</ black_creative_promotion_id > < black_creative_promotion_type >11</ black_creative_promotion_type > < province_id >599</ province_id > < province_name >中国香港</ province_name > < city_id >599</ city_id > < city_name >中国香港</ city_name > < report_index > < total_charge >xxxxx</ total_charge > < crowd_scene_charge >xxxxx</ crowd_scene_charge > < item_scene_charge >xxxxx</ item_scene_charge > < activity_scene_charge >xxxxx</ activity_scene_charge > < display_charge >xxxxx</ display_charge > < search_charge >xxxxx</ search_charge > < content_scene_charge >xxxxx</ content_scene_charge > < shop_scene_charge >xxxxx</ shop_scene_charge > < ad_pv >xxxxx</ ad_pv > < click >xxxxx</ click > < charge >xxxxx</ charge > < ctr >xxxxx</ ctr > < ecpc >xxxxx</ ecpc > < ecpm >xxxxx</ ecpm > < prepay_inshop_amt >xxxxx</ prepay_inshop_amt > < prepay_inshop_num >xxxxx</ prepay_inshop_num > < prepay_dir_amt >xxxxx</ prepay_dir_amt > < prepay_dir_num >xxxxx</ prepay_dir_num > < prepay_indir_amt >xxxxx</ prepay_indir_amt > < prepay_indir_num >xxxxx</ prepay_indir_num > < alipay_dir_amt >xxxxx</ alipay_dir_amt > < alipay_indir_amt >xxxxx</ alipay_indir_amt > < alipay_inshop_amt >xxxxx</ alipay_inshop_amt > < alipay_inshop_num >xxxxx</ alipay_inshop_num > < alipay_dir_num >xxxxx</ alipay_dir_num > < alipay_indir_num >xxxxx</ alipay_indir_num > < cvr >xxxxx</ cvr > < roi >xxxxx</ roi > < alipay_inshop_cost >xxxxx</ alipay_inshop_cost > < cart_inshop_num >xxxxx</ cart_inshop_num > < cart_dir_num >xxxxx</ cart_dir_num > < cart_indir_num >xxxxx</ cart_indir_num > < cart_rate >xxxxx</ cart_rate > < item_col_inshop_num >xxxxx</ item_col_inshop_num > < shop_col_dir_num >xxxxx</ shop_col_dir_num > < shop_col_inshop_cost >xxxxx</ shop_col_inshop_cost > < col_cart_num >xxxxx</ col_cart_num > < col_cart_cost >xxxxx</ col_cart_cost > < item_col_cart >xxxxx</ item_col_cart > < item_col_cart_cost >xxxxx</ item_col_cart_cost > < col_num >xxxxx</ col_num > < item_col_inshop_cost >xxxxx</ item_col_inshop_cost > < item_col_inshop_rate >xxxxx</ item_col_inshop_rate > < cart_cost >xxxxx</ cart_cost > < gmv_inshop_num >xxxxx</ gmv_inshop_num > < gmv_inshop_amt >xxxxx</ gmv_inshop_amt > < item_col_dir_num >xxxxx</ item_col_dir_num > < item_col_indir_num >xxxxx</ item_col_indir_num > < coupon_shop_num >xxxxx</ coupon_shop_num > < shopping_num >xxxxx</ shopping_num > < shopping_amt >xxxxx</ shopping_amt > < ww_num >xxxxx</ ww_num > < inshop_pv >xxxxx</ inshop_pv > < inshop_uv >xxxxx</ inshop_uv > < inshop_potential_uv >xxxxx</ inshop_potential_uv > < inshop_potential_uv_rate >xxxxx</ inshop_potential_uv_rate > < rh_rate >xxxxx</ rh_rate > < rh_num >xxxxx</ rh_num > < inshop_pv_rate >xxxxx</ inshop_pv_rate > < deep_inshop_pv >xxxxx</ deep_inshop_pv > < avg_access_page_num >xxxxx</ avg_access_page_num > < new_alipay_inshop_uv >xxxxx</ new_alipay_inshop_uv > < new_alipay_inshop_uv_rate >xxxxx</ new_alipay_inshop_uv_rate > < hy_sg_uv >xxxxx</ hy_sg_uv > < hy_pay_amt >xxxxx</ hy_pay_amt > < hy_pay_num >xxxxx</ hy_pay_num > < natural_pay_amt >xxxxx</ natural_pay_amt > < org_natural_pv >xxxxx</ org_natural_pv > < alipay_inshop_uv >xxxxx</ alipay_inshop_uv > < alipay_inshop_num_avg >xxxxx</ alipay_inshop_num_avg > < alipay_inshop_amt_avg >xxxxx</ alipay_inshop_amt_avg > </ report_index > < original_scene_name >人群推广</ original_scene_name > < original_biz_code >onebpDisplay</ original_biz_code > </ top_report_v_o > </ top_report_v_o_list > </ top_report_v_o_top_bulk_data > </ top_result > </ universalbp_new_report_query_crowd_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 > |
错误码 | 错误描述 | 解决方案 |
---|