旺旺打标
淘宝旺旺打标,提升排名。生意参谋数据中会显示通过手淘关键词入口浏览打标的商品。打标买家通过关键词搜索商品,商品会排名在前1名-20名。
一、请求参数
请求URL:
| 参数名 | 类型 | 必须 | 示例值 | 说明 |
|---|---|---|---|---|
| appid | String | true | uwkahf@jfs92 | 合作伙伴AppId |
| timestamp | String | true | 1633618722 | 当前时间戳 |
| key | String | true | 保暖窗帘 | 打标关键词 |
| itemid | Number | true | 3143214312412 | 商品id |
| nick | String | true | kingdo | 打标的淘宝账号 |
| sign | String | true | 999de41d862efaa6f1084ead3b3ba480 | 如何计算生成见示例代码 |
二、请求示例代码
Java
@Testpublic void TaoBaoBuyerMark() throws Exception { Map<String, String> data = new HashMap<String, String>(); data.put("appid", Config.AppId); Long timestamp = System.currentTimeMillis() / 1000; data.put("timestamp", timestamp.toString()); data.put("key", "保暖窗帘"); data.put("item_id", "688889657892"); data.put("nick", "xxxxxx"); data.put("sign", Utils.Sign(data,Config.AppSecret)); // 调用服务API doHttpRequest(Config.TaoBaoBuyerMark ,data);}三、返回结果
返回结果如下
{ "code": 0, "data": [ { "onlyid": "798e5b5dd9af49ae8a66ee38e057b7b5", "nick": "xxxxxx" } ], "message": "成功"}说明: code为0表示成功,非0为失败,message会包含失败原因。
四、注意事项
四(一)、旺旺打标的使用场景
1.商品核心词权重低搜索不到,但是希望能通过核心词搜索下单成交。
2.增加商品的权重、提高在淘宝首页出现的概率。
3.商品计入淘宝自然搜索的权重,从而能提升商品的搜索权重
四(二)、旺旺打标常见问题
1.并非所有的商品都能有效,尤其是过低权重的商品
2.操作前建议用自己的小号测试看下效果,再进行批量打标。