获取给定词在给定类目下的详细数据
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
cat_id | String | 必须 | 50014579 | 类目id | |
bidword_list | String [] | 必须 | l连衣裙 |
|
需要查询的关键词列表,最大长度100。 |
start_date | String | 必须 | 2000-01-01 | 开始时间,格式只能为:yyyy-MM-dd | |
end_date | String | 必须 | 2000-01-01 | 结束时间,格式只能为:yyyy-MM-dd |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
catword_data_list | InsightWordDataUnderCatDTO [] | 关键词在类目下的数据 | |
|
1 2 3 4 5 6 7 8 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); SimbaInsightCatsworddataGetRequest req = new SimbaInsightCatsworddataGetRequest(); req.setCatId( "50014579" ); req.setBidwordList( "l连衣裙" ); req.setStartDate( "2000-01-01" ); req.setEndDate( "2000-01-01" ); SimbaInsightCatsworddataGetResponse 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 | < simba_insight_catsworddata_get_response > < catword_data_list > < insight_word_data_under_cat_d_t_o > < impression >242</ impression > < indirecttransaction >10000</ indirecttransaction > < click >21</ click > < cost >10000</ cost > < cat_name >急救包</ cat_name > < directtransaction >100</ directtransaction > < favitemtotal >10000</ favitemtotal > < cat_id >10000</ cat_id > < transactionshippingtotal >10000</ transactionshippingtotal > < coverage >1.23</ coverage > < cpc >1.11</ cpc > < favtotal >10000</ favtotal > < roi >2.12</ roi > < transactiontotal >10000</ transactiontotal > < indirecttransactionshipping >10000</ indirecttransactionshipping > < bidword >连衣裙</ bidword > < directtransactionshipping >10000</ directtransactionshipping > < ctr >0.04</ ctr > < favshoptotal >100</ favshoptotal > < competition >10000</ competition > </ insight_word_data_under_cat_d_t_o > </ catword_data_list > </ simba_insight_catsworddata_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 > |
错误码 | 错误描述 | 解决方案 |
---|