제품 설명 페이지의 리치 제품 데이터

제품 설명 페이지 (PDP)는 쇼핑객에게 제품의 기능을 알려줍니다. 혜택을 받을 수 있습니다. 다음과 같은 작업을 할 수 있습니다. Content API를 통해 리치 제품 데이터를 업로드하여 쇼핑. 리치 제품 데이터에는 제품 기능 관련 정보가 포함됨 혜택, 제품 옵션, 제품 이미지를 확인할 수 있습니다

리치 제품 데이터의 추가적인 이점은 다음과 같습니다.

  • 더 자세한 제품 설명을 제공하여 제품 검색 가능성을 고객이 니즈에 맞는 제품을 찾도록 지원
  • 정확한 제품 정보를 제공하여 고객의 신뢰도를 확신을 바탕으로 구매 결정을 내리도록 지원
  • 사용자에게 제품의 가치를 더 명확하게 전달하여 전환을 개선하는 데 도움을 줌 고객

이 가이드에서는 Content API를 사용하여 리치 제품 데이터를 업로드하는 방법을 설명합니다. 제품을 만들고 products.insert 메서드를 사용하여 지도 가장자리에 패딩을 추가할 수 있습니다. 이 다음 섹션에서는 (products 리소스 관련) 리치 제품 데이터를 구성하는 요소입니다. 전체 JSON 요청은 다음을 참조하세요. 예: products.insert를 사용하여 리치 제품 데이터 업로드

제품 ID 속성

제품의 id 속성(REST ID이라고도 함)은 channel, contentLanauge, feedLabel, offerId 속성 예를 들어 online:en:US:1111111111 리치 제품 데이터의 경우 제품 ID 속성:

  • channel: '온라인' '지역'
  • contentLanguage: 2자리 언어 코드(예: 'en') 또는 'fr'
  • feedLabel: 2자리 언어 코드(예: 'US') 또는 'FR'
  • offerId: 판매자가 제공하는 고유 식별자 문자열입니다.

샘플 요청

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

제품 이름

브랜드, 성별, 사이즈 및 색상을 지정하면 고객이 색상을 지정할 수 있는지title 올바른 제품을 살펴보는 것입니다 Google 모바일 광고 SDK를 위한 자세한 내용은 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[상품_그룹_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 속성 최소한 6가지 제품 세부정보입니다. 제품 관련 추가 가이드라인 및 요구사항 자세한 내용은 product_detail[제품_세부정보]: 정의.

샘플 요청

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

제품 고유 식별자 (GTIN, 브랜드, MPN)

Google에서는 제품 고유 식별자를 사용하여 제품을 식별합니다. Google은 GTIN을 제공하는 것이 좋습니다. 가치를 높일 수 있습니다 GTIN을 제공하지 않은 경우 brand[브랜드] 및 사용자가 식별할 수 있도록 허용하는 MPN 있습니다. 식별자 유형에 대한 자세한 내용은 다음을 참조하세요. 제품 고유 식별자 정보

샘플 요청

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