更新關鍵字資訊

更新關鍵字競價資訊。

相關URL

Newegg.com: https://api.newegg.com/marketplace/sponsoredmgmt/campaign/keyword/update?sellerid={sellerid}

註:請確保您的請求URL全都是小寫(除Seller ID)並且不能包含任何空格或者分行符號。

參數

名稱 是否必填? 描述
sellerid 您在新蛋商城的商家編號

相關請求資訊

HTTP方式 是否需要認證? 請求格式 回覆格式 頻率限制
POST 需要 Json Json 1000 請求/小時

請求文件主體

屬性 是否必填? 格式 描述
campaignNumber Integer 廣告活動標識編號
groupNumber Integer 廣告組標識編號
keywordList keyword String 關鍵字文本
activeStatus Enum 有效值:

  • Active
  • Inactive
bid Decimal 與關鍵字相關的競價。僅適用於可出價匹配類型
matchType Integer 匹配類型。有效值:

  • 0:Exact  精確
  • 1:Broad  廣泛
  • 6:Phrase  短語

示例:Json,Request

POST https://api.newegg.com/marketplace/sponsoredmgmt/campaign/keyword/update?sellerid={sellerid}
Authorization: 720ddc067f4d115bd544aff46bc75634
SecretKey: 21EC2020-3AEA-1069-A2DD-08002B30309D
Content-Type: application/json
Accept: application/json

{
  "campaignNumber": 1084023,
  "groupNumber": 1084024,
  "keywordList": [
    {
      "keyword": "msi 17 inch laptop",
      "activeStatus": null,
      "bid": 1.7,
      "matchType": 6
    }
  ]
}

回覆文件主體

屬性 格式 描述
msg String 返回資訊
biz code Integer 有效值:

  • 022:  批量更新關鍵字資訊成功
  • 008:  廣告活動名稱已存在,更新失敗!重複廣告活動:[ Campaign-XX]
  • 400:  參數有效性問題,請檢查請求。

示例:Json,Request

{
  "header": [
    {
      "msg": "update keywords success",
      "bizCode": "022"
    }
  ]
}

更新日期:06/29/2022