查看購物趨勢

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

您可以使用主題趨勢報表瞭解某個主題在 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 搜尋趨勢資料常見問題熱門排行榜說明