更新廣告組資訊

更新廣告組基本資訊。

相關URL

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

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

參數

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

相關請求資訊

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

請求文件主體

屬性 是否必填? 格式 描述
sellerName String 您的賣家名稱
sellerId String 您的賣家編號
platformCode String 平台代碼
languageCode String 語言代碼
campaignNumber Integer 廣告活動標識編號
groupList groupNumber Integer 廣告組標識編號
groupName String 廣告組名稱。最長為200個字元,同一廣告活動的活動組名稱不可重複。
activeStatus Enum 有效值:

  • Active
  • Inactive

如果該值不通過,則表示不需要更新狀態

defaultBid Decimal 默認競價金額
headline logo String Logo文件名稱
title String 在介面展示的頭條資訊,位於商家Logo下方
headline String UI介面名稱
landingPageType Integer 有效值:

  • 0:新蛋店鋪
  • 1:賣家輸入的新蛋導航頁
landingPageUrlString String 新蛋店鋪URL或賣家輸入的新蛋導航頁URL
video videofile String 視頻文件URL
offSiteBid Decimal 站外廣告競價金額

示例:Json,Request

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

{
  "sellerName": "Big Ant's Store",
  "sellerId": "APNG",
  "platformCode": "USA",
  "languageCode": "zh-cn",
  "campaignNumber": 1166682,
  "groupList": [
    {
      "groupNumber": 1166683,
      "groupName": "zwf",
      "activeStatus": "Active",
      "defaultBid": 1,
      "headline": null,
      "video": null,
      "offSiteBid": 0.5
    }
  ]
}

回覆文件主體

屬性 格式 描述
biz code Integer 有效值:

  • 016:  更新廣告組狀態成功
  • 024:  廣告組名稱重複!
msg String 返回資訊

示例:Json,Request

{
  "header": [
    {
      "msg": "batch change group info success",
      "bizCode": "016"
    }
  ]
}

更新日期:06/29/2022