ทําความเข้าใจตลาด

คุณสามารถใช้รายงาน Market Insights เพื่อดูข้อมูลการค้าปลีกจาก Google ที่ช่วยให้คุณเข้าใจตลาดปัจจุบัน ข้อมูลนี้ประกอบด้วยผลิตภัณฑ์และแบรนด์ที่ขายดี จุดราคาที่แข่งขันได้ คำแนะนำราคาลด และข้อมูลเกี่ยวกับภาพรวมทางการแข่งขันสำหรับอุตสาหกรรมของคุณ

บัญชีของคุณต้องมีคุณสมบัติตามข้อกำหนดของการได้รับสิทธิ์ขั้นต่ำ รวมถึงการใช้งานข้อมูล Market Insights ของคุณหรือของบุคคลที่สามซึ่งส่งออกมาจากบัญชี Merchant Center ต้องเป็นไปตามข้อกำหนดและเงื่อนไขของ Merchant Center

ระบุสินค้าขายดี

คุณสามารถใช้รายงานสินค้าขายดีเพื่อดูผลิตภัณฑ์และแบรนด์ที่ขายดีที่สุดในปัจจุบันบน Google และดูว่าคุณมีผลิตภัณฑ์และแบรนด์ดังกล่าวอยู่ในฟีดผลิตภัณฑ์หรือไม่

ข้อมูลความนิยมนี้จัดกลุ่มตามประเทศและหมวดหมู่ผลิตภัณฑ์ Google เพื่อใช้ประกอบการตัดสินใจเลือกผลิตภัณฑ์และแบรนด์ใหม่ๆ เข้าสต็อก นอกจากนี้ยังช่วยให้คุณระบุเทรนด์ตามฤดูกาลด้วยการใช้ข้อมูลย้อนหลัง รวมถึงผลิตภัณฑ์และแบรนด์ที่จะได้รับประโยชน์จากงบประมาณหรือราคาเสนอที่เพิ่มขึ้นได้อีกด้วย

ผลิตภัณฑ์

ค้นหา best_sellers_product_cluster_view เพื่อดูผลิตภัณฑ์ขายดีบน Google

ต่อไปนี้คือตัวอย่างที่คุณสามารถใช้เพื่อดูผลิตภัณฑ์ที่ขายดีที่สุด หากต้องการส่งคําขอ ให้ส่งคำสั่ง Merchant Center Query Language ต่อไปนี้ไปยังเมธอด accounts.reports.search

SELECT
  report_date,
  report_granularity,
  report_country_code,
  report_category_id,
  rank,
  previous_rank,
  relative_demand,
  previous_relative_demand,
  relative_demand_change,
  title,
  brand,
  category_l1,
  category_l2,
  category_l3,
  variant_gtins,
  inventory_status,
  brand_inventory_status
FROM best_sellers_product_cluster_view
WHERE report_date = '<var class="edit">2022-10-10</var>'
  AND report_granularity = '<var class="edit">WEEKLY</var>'
  AND report_country_code = '<var class="edit">US</var>'
  AND report_category_id = <var class="edit">166</var>
ORDER BY rank

คุณสามารถเปลี่ยนค่าในประโยค WHERE เพื่อปรับแต่งรายงานสำหรับวันที่ รายละเอียด ประเทศ และหมวดหมู่อื่นๆ ได้

ตัวอย่างการตอบกลับจากการค้นหาก่อนหน้ามีดังนี้

{
  "results": [
    {
      "bestSellersProductClusterView": {
        "reportDate": "2022-10-10",
        "reportGranularity": "WEEKLY",
        "reportCountryCode": "US",
        "reportCategoryId": "166",
        "rank": "1",
        "previousRank": "1",
        "relativeDemand": "VERY_HIGH",
        "previousRelativeDemand": "VERY_HIGH",
        "relativeDemandChange": "FLAT",
        "title": "Ugg Shoes Ugg Tasman",
        "brand": "UGG",
        "categoryL1": "Apparel & Accessories",
        "categoryL2": "Shoes",
        "categoryL3": "",
        "variantGtins":
            ["00737872992873", "00737872992880", "00737872992866"],
        "inventoryStatus": "NOT_IN_INVENTORY",
        "brandInventoryStatus": "NOT_IN_INVENTORY"
      }
    },
    {
      "bestSellersProductClusterView": {
        "reportDate": "2022-10-10",
        "reportGranularity": "WEEKLY",
        "reportCountryCode": "US",
        "reportCategoryId": "166",
        "rank": "2",
        "previousRank": "8",
        "relativeDemand": "VERY_HIGH",
        "previousRelativeDemand": "HIGH",
        "relativeDemandChange": "RISER",
        "title": "UGG Women's s Classic Mini",
        "brand": "UGG",
        "categoryL1": "Apparel & Accessories",
        "categoryL2": "Shoes",
        "categoryL3": "",
        "variantGtins":
            ["00194715081314", "00194715081246", "00194715081321"],
        "inventoryStatus": "NOT_IN_INVENTORY",
        "brandInventoryStatus": "NOT_IN_INVENTORY"
      }
    },
    {
      "bestSellersProductClusterView": {
        "reportDate": "2022-10-10",
        "reportGranularity": "WEEKLY",
        "reportCountryCode": "US",
        "reportCategoryId": "166",
        "rank": "3",
        "previousRank": "2",
        "relativeDemand": "VERY_HIGH",
        "previousRelativeDemand": "VERY_HIGH",
        "relativeDemandChange": "FLAT",
        "title": "Crocs Classic",
        "brand": "Crocs",
        "categoryL1": "Apparel & Accessories",
        "categoryL2": "Shoes",
        "categoryL3": "",
        "variantGtins":
            ["00887350811209", "00191448903852", "00191448769090"],
        "inventoryStatus": "NOT_IN_INVENTORY",
        "brandInventoryStatus": "OUT_OF_STOCK"
      }
    }
  ]
}

แบรนด์

ค้นหา best_sellers_brand_view เพื่อดูแบรนด์ที่ขายดีที่สุดบน Google

ต่อไปนี้คือตัวอย่างที่คุณใช้เพื่อดูแบรนด์ที่ขายดีที่สุดได้ หากต้องการส่งคําขอ ให้ส่งคำสั่ง Merchant Center Query Language ต่อไปนี้ไปยังเมธอด accounts.reports.search

SELECT
  report_date,
  report_granularity,
  report_country_code,
  report_category_id,
  rank,
  previous_rank,
  relative_demand,
  previous_relative_demand,
  relative_demand_change,
  brand
FROM best_sellers_brand_view
WHERE report_date = '<var class="edit">2022-10-10</var>'
  AND report_granularity = '<var class="edit">WEEKLY</var>'
  AND report_country_code = '<var class="edit">US</var>'
  AND report_category_id = <var class="edit">166</var>
ORDER BY rank

คุณสามารถเปลี่ยนค่าในประโยค WHERE เพื่อปรับแต่งรายงานสำหรับวันที่ รายละเอียด ประเทศ และหมวดหมู่อื่นๆ ได้

ตัวอย่างการตอบกลับจากการค้นหาก่อนหน้ามีดังนี้

{
  "results": [
    {
      "bestSellersBrandView": {
        "reportDate": "2022-10-10",
        "reportGranularity": "WEEKLY",
        "reportCountryCode": "US",
        "reportCategoryId": "166",
        "rank": "1",
        "previousRank": "1",
        "relativeDemand": "VERY_HIGH",
        "previousRelativeDemand": "VERY_HIGH",
        "relativeDemandChange": "FLAT",
        "brand": "Nike"
      }
    },
    {
      "bestSellersBrandView": {
        "reportDate": "2022-10-10",
        "reportGranularity": "WEEKLY",
        "reportCountryCode": "US",
        "reportCategoryId": "166",
        "rank": "2",
        "previousRank": "2",
        "relativeDemand": "HIGH",
        "previousRelativeDemand": "HIGH",
        "relativeDemandChange": "FLAT",
        "brand": "SHEIN"
      }
    },
    {
      "bestSellersBrandView": {
        "reportDate": "2022-10-10",
        "reportGranularity": "WEEKLY",
        "reportCountryCode": "US",
        "reportCategoryId": "166",
        "rank": "3",
        "previousRank": "4",
        "relativeDemand": "HIGH",
        "previousRelativeDemand": "HIGH",
        "relativeDemandChange": "FLAT",
        "brand": "adidas"
      }
    }
  ]
}

ตั้งราคาที่แข่งขันได้

คุณสามารถใช้รายงานความสามารถในการแข่งขันด้านราคาเพื่อดูว่าผู้ค้าปลีกรายอื่นกำหนดราคาผลิตภัณฑ์เดียวกันกับที่คุณขายอย่างไร

หากต้องการดูคำแนะนำเกี่ยวกับวิธีกำหนดราคาผลิตภัณฑ์ของคุณเองตามประสิทธิภาพที่คาดการณ์ไว้ โปรดดูปรับปรุงราคา

ค้นหา price_competitiveness_product_view เพื่อดูว่าผู้ค้าปลีกรายอื่นกำหนดราคาผลิตภัณฑ์เดียวกันกับที่คุณขายอย่างไร

ต่อไปนี้คือตัวอย่างที่คุณใช้ดูข้อมูลความสามารถในการแข่งขันด้านราคาได้ หากต้องการส่งคำขอ ให้ส่งคำสั่ง Merchant Center Query Language ต่อไปนี้ไปยังเมธอด accounts.reports.search

SELECT
  id,
  title,
  brand,
  price,
  report_country_code,
  benchmark_price
FROM price_competitiveness_product_view

ตัวอย่างการตอบกลับจากการค้นหาก่อนหน้ามีดังนี้

{
  "results": [
    {
      "priceCompetitivenessProductView": {
        "id": "en~US~12345",
        "title": "UGG Women's s Classic Mini",
        "brand": "UGG",
        "price" {
          "amountMicros": "124990000",
          "currencyCode": "USD"
        },
        "reportCountryCode": "US",
        "benchmarkPrice" {
          "amountMicros": "119922291",
          "currencyCode": "USD"
        }
      }
    },
    {
      "priceCompetitivenessProductView": {
        "id": "en~US~12346",
        "title": "Nike React Infinity Run Flyknit 2",
        "brand": "Nike",
        "price" {
          "amountMicros": "119990000",
          "currencyCode": "USD"
        },
        "reportCountryCode": "US",
        "benchmarkPrice" {
          "amountMicros": "173436840",
          "currencyCode": "USD"
        }
      }
    },
    {
      "priceCompetitivenessProductView": {
        "id": "en~US~12347",
        "title": "New Balance 327 White Trainers",
        "brand": "New Balance",
        "price" {
          "amountMicros": "84990000",
          "currencyCode": "USD"
        },
        "reportCountryCode": "US",
        "benchmarkPrice" {
          "amountMicros": "85459050",
          "currencyCode": "USD"
        }
      }
    }
  ]
}