ショッピングのトレンドを表示

ショッピング トレンド レポート 検索需要に基づいて、商品に関する推奨事項と分析情報を提供します 広告枠に関連するトピックが表示されます

トピックのトレンド レポートを使用すると、 一定期間の Google 検索(今後 13 週間の予測値を含む) 買い物客が関心を寄せている他のトピックと比較して その人気度を比較することもできます Google 検索。これらのトレンドは、有料サービスを使用するタイミングを判断する際に役立ちます とオーガニックの Google ツールとのコラボレーションにより、 商品や類似商品をオンラインで探しているユーザーに リーチできます

ショッピングについて 傾向を 情報です。

ベストセラー商品やブランドの詳細については、ベストセラー レポートをご覧ください。

アカウントが資格要件を満たし、 ショッピング トピックのトレンドデータの使用または第三者による使用は、 Merchant Center 利用規約少なくとも 2 つの商品が そのカテゴリの傾向を確認できます商品をアップロードすると そのカテゴリのトレンドが利用可能になるまでに、最長で 24 時間ほどかかることがあります。

どのレポート テーブルと フィールド Content API for Shopping で利用できます

トピックの人気度とトレンドデータを表示するサンプルを次に示します。Pod を 次の Merchant Center Query Language ステートメントを 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 トレンドに関するよくある質問をご覧ください データトレンドのランキング をご覧ください