商品説明ページの詳しい商品データ

商品説明ページ(PDP)では、買い物客に商品の特長を伝えることができます 特典や特典を事前に確認できますGoogle Chat では 豊富な商品データを ショッピング。詳細な商品データには、商品の機能に関する情報が含まれています 商品バリエーション、商品画像などです

充実した商品データには他にも次のようなメリットがあります。

  • より詳細な商品説明を提供することで、 顧客がニーズに合った商品を見つけられるように
  • 顧客の信頼を高めるために 確信を持って購入を決定
  • 商品の価値をより明確に伝えることで、コンバージョンの向上に役立つ 顧客

このガイドでは、Content API を使用してリッチ商品データをアップロードする方法について説明します。 商品を作成するには products.insert メソッドを使用します。「 以降のセクションでは、属性を含むリクエスト本文の一部について説明します。 products リソースの場合 多数のプロダクトが含まれます完全な JSON リクエストについては、以下をご覧ください。 例: products.insert を使用して詳細な商品データをアップロードする

商品 ID 属性

商品の id 属性は REST ID とも呼ばれ、 各フィールドのchannelcontentLanaugefeedLabelofferId 属性。たとえば online:en:US:1111111111。商品データが豊富な場合は、 商品 ID 属性:

  • channel: 「オンライン」または「local」
  • contentLanguage: 2 文字の言語コード(「en」など)または「fr」
  • feedLabel: 2 文字の言語コード(「US」など)または「FR」
  • offerId: 販売者が提供する一意の識別子文字列

リクエストの例

"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."

商品画像

imageLink 属性と additionalImageLinks 属性。Google Cloud コンソールの 商品をさまざまな角度から撮影した複数の高画質の画像 学習します。プロダクトに関するその他のガイドラインと要件については、 については、以下をご覧ください。 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 属性 できます。商品に関する情報は少なくとも 5 つ提供することをおすすめします。対象 その他のガイドラインと要件については、以下をご覧ください。 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 属性を使用してリストを指定する 各オブジェクトには sectionName が含まれる、 attributeNameattributeValue 属性。少なくとも 1 つの 詳しく見ていきます。プロダクトに関するその他のガイドラインと要件については、 詳細については、以下をご覧ください。 product_detail

リクエストの例

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

固有商品 ID(GTIN、ブランド、MPN)

Google では、商品を識別するために固有商品 ID を使用しています。私たちは GTIN を指定することをおすすめします 評価しますGTIN を指定しない場合は、 brand [ブランド]MPN など)を使用して、 説明します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"
}