关键词出价指导工具(新)
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
adgroup_id | Number | 必须 | 12345678 | 推广单元id | |
bidword_id | Number | 必须 | 1234567890 | 关键词id | |
traffic_type | String | 可选 | WL | 区分渠道 ,计算机:PC,无线 :WL | |
type | Number | 必须 | 1 | 出价目标 ,1:争取排名;2:提升展现;3:提示点击;4:提升转化 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result_list | PriceSuggestionDto | true | true 表示符合准入,false不符合 |
|
1 2 3 4 5 6 7 8 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); SimbaBidwordPricetoolsRequest req = new SimbaBidwordPricetoolsRequest(); req.setAdgroupId(12345678L); req.setBidwordId(1234567890L); req.setTrafficType( "WL" ); req.setType(1L); SimbaBidwordPricetoolsResponse 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 | < simba_bidword_pricetools_response > < result_list > < bidwordid >123123123</ bidwordid > < word >连衣裙</ word > < stat >1</ stat > < yesterday_info > < click >1</ click > < impression >1</ impression > </ yesterday_info > < guidance_price > < click_up_rate >1</ click_up_rate > < impression_up_rate >1</ impression_up_rate > < price_flag >1</ price_flag > < price >1</ price > < flag >1</ flag > < new_click >1</ new_click > < new_impression >1</ new_impression > </ guidance_price > </ result_list > </ simba_bidword_pricetools_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 > |
错误码 | 错误描述 | 解决方案 |
---|