產品說明頁面的詳盡產品資料

產品說明頁面 (PDP) 介紹產品功能,協助購物者瞭解產品功能 以及優惠,讓他們先透過 Buy on Google 完成購物。你可以 透過 Content API 上傳豐富的產品資料,以便建立豐富的 PDP, 購物豐富的產品資料包含產品功能的相關資訊 和福利、產品子類和產品圖片。

多媒體產品資料的其他優點包括:

  • 提供更詳盡的產品說明,藉此提升產品曝光率, 協助消費者找到符合自身需求的產品
  • 提供準確的產品資訊, 促使購物者充滿信心地做出購物決定
  • 明確指出產品價值,進而促成更多轉換 客戶

本指南說明在下列情況下,如何使用 Content API 上傳豐富的產品資料 開發產品時 products.insert 方法,增加圍繞地圖邊緣的邊框間距。 以下章節提供內含 對 products 資源而言 構成豐富的產品資料如需完整的 JSON 要求,請參閱 範例:使用 product.insert 上傳豐富的產品資料

產品 ID 屬性

產品的id 屬性 (又稱為 REST ID) 是 您為 channelcontentLanaugefeedLabelofferId 屬性。例如: online:en:US:1111111111。對於豐富的產品資料,請為所有產品加入值 產品 ID 屬性:

  • channel:「online」或「local」
  • contentLanguage:由兩個字母組成的語言代碼,例如「en」或「fr」
  • feedLabel:由兩個字母組成的語言代碼,例如「US」或「FR」
  • offerId:商家提供的不重複 ID 字串

要求範例

"channel": "online",
"contentLanguage": "en",
"targetCountry": "US",
"feedLabel": "US",
"offerId": "1111111111"

產品名稱

輸入重要的產品詳細資料,例如品牌、性別、尺寸及 顏色 (title 屬性) 可協助消費者快速判斷他們是否 他們關注的產品也很重要如要進一步瞭解 產品名稱,請參閱 title:定義

要求範例

"title": "Google Pixel 4 64GB Unlocked Smartphone 5.7' FHD Display 6GB RAM 4G Clear White"

產品說明

透過 description 屬性提供豐富的產品說明,有助於解決這個問題 以規格和圖片向消費者說明產品 如果無法這麼做如要瞭解產品說明的其他指南和規定,請參閱 description:定義

要求範例

"description": "The Google phone. MotionSense, an evolved camera, and the new
Google Assistant make Pixel 4 our most helpful phone yet. Studio-like photos.
Without the studio. Shoot without the flash. Capture rich detail and color, even
in the dark, with the next generation of Night Sight. Capture the cosmos. The
camera that can take photos of the Milky Way."

產品圖片

透過 imageLinkadditionalImageLinks 屬性。建議提供 多張高畫質圖片,以不同角度和 不同的使用情境如要瞭解產品的其他規範和規定 圖片,請參閱 image_link [圖片連結]:定義

要求範例

"imageLink": "https://example.com/gallery/500/image1.jpg",
"additionalImageLinks": [
    "https://example.com/gallery/500/image2.jpg",
    "https://example.com/gallery/500/image3.jpg",
    "https://example.com/gallery/500/image4.jpg",
    "https://example.com/gallery/500/image5.jpg"
  ]

產品子類

您可以使用 itemGroupId 屬性定義以下產品的子類的產品群組: 找出類似產品產品分類方式和時機指南,以及 規定和最佳做法,請參閱 item_group_id:定義

要求範例

"itemGroupId": "pixels"

產品亮點

產品說明頁面上的產品亮點專區 主要產品圖片旁的產品詳細資料項目符號清單使用 productHighlights 屬性用於提供產品的商品清單 醒目顯示部分建議您至少提供五項產品亮點。適用對象 產品亮點的其他規範和規定,詳情請參閱: product_highlights:定義

要求範例

"productHighlights": [
    "6GB RAM lets you enjoy multitasking conveniently",
    "Touch screen feature offers user friendly interface",
    "Its 16MP and 12MP rear cameras allow you capture high-quality pictures"
  ]

產品詳細資料

產品說明頁面上的產品詳細資料專區會顯示其他資訊 產品圖片下方的產品資訊 (版面配置可能 電腦版和行動版網頁)。使用 productDetails 屬性提供清單 物件詳細資料,每個物件都包含 sectionNameattributeNameattributeValue 屬性建議您至少提供 六個產品詳細資料如要瞭解產品的其他規範和規定 詳細資料,請參閱 product_detail [產品詳細資料]:定義

要求範例

  "productDetails": [
    {
      "sectionName": "General",
      "attributeName": "Product Type",
      "attributeValue": "Smartphone"
    },
    {
      "sectionName": "Display",
      "attributeName": "Resolution",
      "attributeValue": "FHD Display 6GB RAM"
    }
  ]

專屬產品 ID (全球交易品項識別碼、品牌、製造商零件編號)

Google 會使用專屬產品 ID 識別產品。我們強 建議提交GTIN 為每個產品指定屬性值如果沒有提供全球交易品項識別碼,則必須為 brandMPN,以利系統識別 你的產品如要進一步瞭解 ID 類型,請參閱 專屬產品 ID 簡介

要求範例

"gtin": "842776114952",
"brand": "Google",
"mpn": "GA01188-US"

範例:使用 products.insert 上傳豐富的產品資料

以下 JSON 範例顯示 products.insert 的要求示例 要求上傳豐富的產品資料

POST https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/products
{
  "channel": "online",
  "contentLanguage": "en",
  "offerId": "pixel4",
  "targetCountry": "US",
  "feedLabel": "US",
  "title": "Google Pixel 4 64GB Unlocked Smartphone 5.7' FHD Display 6GB RAM 4G Clear White",
  "description": "The Google phone. Motion Sense, an evolved camera, and the new Google Assistant make Pixel 4 our most helpful phone yet. Studio-like photos. Without the studio. Shoot without the flash. Capture rich detail and color, even in the dark, with the next generation of Night Sight. Capture the cosmos. The camera that can take photos of the Milky Way.",
  "imageLink": "https://example.com/gallery/500/image1.jpg",
  "additionalImageLinks": [
    "https://example.com/gallery/500/image2.jpg",
    "https://example.com/gallery/500/image3.jpg",
    "https://example.com/gallery/500/image4.jpg",
    "https://example.com/gallery/500/image5.jpg"
  ],
  "brand": "Google",
  "googleProductCategory": "Electronics > Communications > Telephony > Mobile Phones",
  "gtin": "842776114952",
  "mpn": "GA01188-US",
  "price": {
    "currency": "USD",
    "value": "549.99"
  },
  "salePrice": {
    "currency": "USD",
    "value": "549.99"
  },
  "productHighlights": [
    "6GB RAM lets you enjoy multitasking conveniently",
    "Touch screen feature offers user friendly interface",
    "Its 16MP and 12MP rear cameras allow you capture high-quality pictures"
  ],
  "productDetails": [
    {
      "sectionName": "General",
      "attributeName": "Product Type",
      "attributeValue": "Smartphone"
    },
    {
      "sectionName": "Display",
      "attributeName": "Resolution",
      "attributeValue": "FHD Display 6GB RAM"
    }
  ],
  "availability": "in stock",
  "condition": "new",
  "includedDestinations": [
    "Shopping Actions"
  ],
  "excludedDestinations": [
    "Shopping Ads"
  ],
  "sellOnGoogleQuantity": 100,
  "shippingLabel": "US_Test"
}