สำรวจภาพรวมทางการแข่งขัน

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

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

ดูตารางและช่องการรายงานที่พร้อมใช้ใน Merchant API

ข้อมูลการแสดงผลของคู่แข่ง

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

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

คำค้นหาที่มีค่าประเทศและหมวดหมู่หลายรายการอาจใช้เวลาดำเนินการนานขึ้นหรือหมดเวลา

ดูธุรกิจที่มีการแสดงผลคล้ายกัน

คุณสามารถค้นหา CompetitiveVisibilityCompetitorView เพื่อดูธุรกิจที่มีจำนวนการแสดงผลใกล้เคียงกับธุรกิจของคุณ

ตัวอย่างมีดังนี้ หากต้องการส่งคำขอ ให้ส่งคำสั่งภาษาในการค้นหาของ Merchant Center ต่อไปนี้ไปยังเมธอด accounts.reports.search

SELECT
  reportCountryCode,
  reportcategoryId,
  trafficSource,
  domain,
  isYourDomain,
  rank,
  adsOrganicRatio,
  pageOverlapRate,
  higherPositionRate,
  relativeVisibility
FROM CompetitiveVisibilityCompetitorView
WHERE date BETWEEN '2023-06-02' AND '2023-06-27'
  AND reportCountryCode = 'US'
  AND reportCategoryId = 536
  AND trafficSource = 'ADS'
ORDER BY rank

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

ต่อไปนี้คือตัวอย่างคำตอบจากข้อความค้นหาก่อนหน้านี้

{
  "results": [
    {
      "competitiveVisibilityCompetitorView": {
        "reportCountryCode": "US",
        "reportCategoryId": "536",
        "trafficSource": "ADS",
        "domain": "examplepetstore.com",
        "isYourDomain": false,
        "rank": "4",
        "adsOrganicRatio": 8,
        "pageOverlapRate": 0.19,
        "higherPositionRate": 0.46,
        "relativeVisibility": 0.5
      }
    },
    {
      "competitiveVisibilityCompetitorView": {
        "reportCountryCode": "US",
        "reportCategoryId": "536",
        "trafficSource": "ADS",
        "domain": "example.com",
        "isYourDomain": true,
        "rank": "5",
        "adsOrganicRatio": 30,
        "pageOverlapRate": 1,
        "higherPositionRate": 0,
        "relativeVisibility": 0
      }
    },
  ]
}

ดูธุรกิจที่มีการแสดงผลสูงสุด

คุณสามารถค้นหา CompetitiveVisibilityTopMerchantView เพื่อดูว่าธุรกิจใดได้รับการแสดงผลมากที่สุดบน Google ในหมวดหมู่ที่เฉพาะเจาะจง รวมถึงเปรียบเทียบธุรกิจของคุณได้

ตัวอย่างมีดังนี้ หากต้องการส่งคำขอ ให้ส่งคำสั่งภาษาสำหรับการค้นหาของ Merchant Center ไปยังเมธอด accounts.reports.search

SELECT
  reportCountryCode,
  reportCategoryId,
  trafficSource,
  domain,
  isYourDomain,
  rank,
  adsOrganicRatio,
  pageOverlapRate,
  higher_position_rate
FROM CompetitiveVisibilityTopMerchantView
WHERE date BETWEEN '2022-08-01' AND '2022-09-01'
  AND reportCountryCode = 'US'
  AND reportCategoryId = 100
  AND trafficSource = 'ORGANIC'
ORDER BY rank

ต่อไปนี้คือตัวอย่างคำตอบจากข้อความค้นหาก่อนหน้านี้

{
  "results": [
    {
      "competitiveVisibilityTopMerchantView": {
        "reportCountryCode": "US",
        "reportCategoryId": "100",
        "trafficSource": "ORGANIC",
        "domain": "examplepetstore.com",
        "isYourDomain": false,
        "rank": "1",
        "adsOrganicRatio": 0.2,
        "pageOverlapRate": 0.3,
        "higherPositionRate": 0.45
      }
    },
    {
      "competitiveVisibilityTopMerchantView": {
        "reportCountryCode": "US",
        "reportCategoryId": "100",
        "trafficSource": "ORGANIC",
        "domain": "example.com",
        "isYourDomain": false,
        "rank": "2",
        "adsOrganicRatio": 5,
        "pageOverlapRate": 0.67,
        "higherPositionRate": 0.89
      }
    },
  ]
}

เปรียบเทียบการแสดงผลของคุณกับคู่แข่งในหมวดหมู่เดียวกัน

คุณสามารถค้นหา CompetitiveVisibilityBenchmarkView เพื่อดูแนวโน้มจำนวนการแสดงผลของคุณเมื่อเวลาผ่านไปเทียบกับแนวโน้มเฉลี่ยของผู้ขายรายอื่นๆ

ตัวอย่างมีดังนี้ หากต้องการส่งคำขอ ให้ส่งคำสั่งภาษาในการค้นหาของ Merchant Center ต่อไปนี้ไปยังเมธอด accounts.reports.search

SELECT
  reportCountryCode,
  reportCategoryId,
  trafficSource,
  date,
  yourDomainVisibilityTrend,
  categoryBenchmarkVisibilityTrend
FROM CompetitiveVisibilityBenchmarkView
WHERE date BETWEEN '2022-09-01' AND '2022-09-07'
  AND reportCountryCode = 'US'
  AND reportCategoryId = 100
  AND trafficSource = 'ORGANIC'
ORDER BY date

ต่อไปนี้คือตัวอย่างคำตอบจากข้อความค้นหาก่อนหน้านี้

{
  "results": [
    {
      "competitiveVisibilityBenchmarkView": {
        "date": {
          "year": 2022,
          "month": 9,
          "day": 1
        },
        "reportCountryCode": "US",
        "reportCategoryId": "100",
        "trafficSource": "ORGANIC",
        "yourDomainVisibilityTrend": 0,
        "categoryBenchmarkVisibilityTrend": 0
      }
    },
    {
      "competitiveVisibilityBenchmarkView": {
        "date": {
          "year": 2022,
          "month": 9,
          "day": 2
        },
        "reportCountryCode": "US",
        "reportCategoryId": "100",
        "trafficSource": "ORGANIC",
        "yourDomainVisibilityTrend": 0.3,
        "categoryBenchmarkVisibilityTrend": -0.15
      }
    },
  ]
}