查看購物趨勢

購物趨勢報表會依據與你商品目錄相關的主題搜尋趨勢,提供產品相關建議和深入分析資訊。

你可以使用主題趨勢報表,瞭解 Google 搜尋上某個主題的熱門程度變化,包括未來 13 週的預測值,以及該主題與 Google 搜尋上其他購物者感興趣的主題相比,熱門程度如何。這些趨勢可協助你做出明智決策,判斷何時使用付費和自然 Google 工具,這樣使用者在線上查找你的產品或相似產品時,有更高的機會看到你的產品。

詳情請參閱「關於購物趨勢」。

如要瞭解熱銷產品或品牌,請參閱暢銷商品報表

你的帳戶必須符合資格規定,而且你必須確定,你或任何第三方以符合《Merchant Center 條款及細則》的方式,使用購物主題趨勢資料。特定類別中必須至少有兩項產品,才能查看該類別的趨勢。上傳產品後,該類別的趨勢最多可能要過 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 搜尋趨勢資料常見問題搜尋趨勢熱門排行榜說明