ดูเทรนด์ Shopping

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

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

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

สำหรับข้อมูลเกี่ยวกับผลิตภัณฑ์หรือแบรนด์ที่ขายดีที่สุด โปรดดูสินค้าขายดี รายงานของ 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 เทรนด์ของเรา ข้อมูล และอันดับสูงสุดเทรนด์ ตามที่อธิบายไว้