ดูเทรนด์ Shopping

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

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

ดูข้อมูลเพิ่มเติมได้ที่เกี่ยวกับเทรนด์ การช็อปปิ้ง

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

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

ดูตารางการรายงานและ ฟิลด์ ที่ใช้ได้กับ Content API for Shopping

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

SELECT
  topic_trends.customer_country_code,
  topic_trends.topic,
  topic_trends.date,
  topic_trends.search_interest,
  topic_trends.last7_days_search_interest,
  topic_trends.last30_days_search_interest,
  topic_trends.last90_days_search_interest,
  topic_trends.last120_days_search_interest,
  topic_trends.next7_days_search_interest
FROM TopicTrendsView
WHERE topic_trends.customer_country_code = 'US'
  AND topic_trends.date BETWEEN '2023-07-01' AND '2023-07-03'
ORDER BY topic_trends.date DESC

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

  "results": [
    {
      "topicTrends": {
        "customerCountryCode": "US",
        "topic": "Cell Phone Cases",
        "date": {
          "year": 2023,
          "month": 7,
          "day": 3
        },
        "searchInterest": 50.2,
        "last7DaysSearchInterest": 49.5
        "last30DaysSearchInterest": 51.1
        "last90DaysSearchInterest": 50.7
        "last120DaysSearchInterest": 49.3
        "next7DaysSearchInterest": 60
      }
    },
    {
      "topicTrends": {
        "customerCountryCode": "US",
        "topic": "Cell Phones",
        "date": {
          "year": 2023,
          "month": 7,
          "day": 2
        },
        "searchInterest": 70.2,
        "last7DaysSearchInterest": 69.8
        "last30DaysSearchInterest": 71.4
        "last90DaysSearchInterest": 70.6
        "last120DaysSearchInterest": 69.0
        "next7DaysSearchInterest": 70.1
      }
    },
{
      "topicTrends": {
        "customerCountryCode": "US",
        "topic": "Wireless Speakers",
        "date": {
          "year": 2023,
          "month": 7,
          "day": 1
        },
        "searchInterest": 40.6,
        "last7DaysSearchInterest": 41.4
        "last30DaysSearchInterest": 40.6
        "last90DaysSearchInterest": 40.3
        "last120DaysSearchInterest": 39.8
        "next7DaysSearchInterest": 41.1
      }
    }
  ]

ดูข้อมูลเพิ่มเติม

ดูคำถามที่พบบ่อยเกี่ยวกับข้อมูล Google เทรนด์ และคำอธิบายเกี่ยวกับชาร์ตยอดนิยมของเทรนด์