驗證商品目錄

設定店面商品目錄廣告的 Merchant Center 帳戶,並新增適當的 產品和商品目錄資料,Google 會檢查所提供產品的準確性 以及廣告空間資訊 商品目錄驗證 上傳資料集之後,您可以運用 AutoML 自動完成部分資料準備工作請在以下位置設定商品目錄驗證聯絡人: 你開始新手上路流程,當你準備好 申請商品目錄驗證 (完成所有驗證後 本指南會介紹這項工具

新增商品目錄驗證聯絡人

如要新增商品目錄驗證程序的聯絡資訊,請使用 liasettings.setinventoryverificationcontact敬上 方法:

POST https://shoppingcontent.googleapis.com/content/v2.1/12345/liasettings/67890/setinventoryverificationcontact?contactEmail=invcheck@example.com&contactName=Inventory%20Manager&country=US&language=en

和「關於」和「ODO」網頁網址一樣,你可以檢查聯絡人是否 已經過呼叫 liasettings.get 方法:

GET https://shoppingcontent.googleapis.com/content/v2.1/12345/liasettings/67890

Response:
200 OK
{
  "kind": "content#liaSettings",
  "accountId" : 67890,
  "countrySettings" : [{
    "country" : "US",
    "inventory" : {
      "inventoryVerificationContactName" : "Inventory Manager",
      "inventoryVerificationContactEmail" : "invcheck@example.com",
      "inventoryVerificationContactStatus" : "pending"
    }
  }]
}

申請商品目錄驗證

countrySettings[].inventory.status 以外的所有狀態欄位都會 為active,您就可以申請初步商品目錄驗證 檢查。方法是呼叫 liasettings.requestinventoryverification敬上 方法:

POST https://shoppingcontent.googleapis.com/content/v2.1/12345/liasettings/67890/requestinventoryverification/US

你可以擷取店面商品目錄廣告,查看驗證程序的狀態 帳戶設定:

GET https://shoppingcontent.googleapis.com/content/v2.1/12345/liasettings/67890

Response:
200 OK
{
  "kind": "content#liaSettings",
  "accountId" : 67890,
  "countrySettings" : [{
    "country" : "US",
    "inventory": {
      "inventoryVerificationContactName" : "Inventory Manager",
      "inventoryVerificationContactEmail" : "invcheck@example.com",
      "inventoryVerificationContactStatus" : "active",
      "status" : "pending"
    }
  }]
}

status 欄位的值變更為 active 後,恭喜。 您已完成店面商品目錄廣告的新手上路流程!