science This product or feature is in Experimental (pre-GA). Pre-GA products and features might have limited support, and changes to pre-GA products and features might not be compatible with other pre-GA versions. Pre-GA Offerings are covered by the
Google Maps Platform Service Specific Terms . For more information, see the
launch stage descriptions .
Sign up to test Places Insights!
フィードバックを送信
過去のデータの概要
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
月ごとの過去のプレイス分析データは、2024 年 1 月からご利用いただけます。このデータは、トレンド分析を実施して、あるエリアの場所が月ごとにどのように変化したかを把握するのに役立ちます。
セットアップ
注: 過去のデータは、試験運用テストの目的でのみ、一部のテスターに提供されます。テスト プログラムへの登録を希望される場合は、こちらからお申し込みください 。 過去の Places Insights データは、以下の表 に記載されている都市で利用できます。これらのデータ エクスチェンジをサブスクライブする手順については、プレイス分析を設定する をご覧ください。
スキーマ
過去の Places Insights データのスキーマは、最新のデータと同じです(Places Insights リファレンス を参照)。ただし、次の例外があります。
除外済みフィールド
過去の Places Insights データのスキーマには、rating または user_rating_count は含まれていません。
注: これらのフィールドがユースケースにとって重要な場合は、こちらのフィードバック フォーム にご記入ください。お寄せいただいたフィードバックは、今後の改善の優先順位付けに役立てさせていただきます。 その他のフィールド
過去の Places Insights データのスキーマには、コアスキーマに加えて次のフィールドが含まれます。
Field Name
Type
Mode
Description
Example
snapshot_date
DATE
NULLABLE
The snapshot date for the place.
2024-01-01
クエリの例
最新のデータと同様に、履歴データをクエリする際の SELECT ステートメントには WITH AGGREGATION_THRESHOLD を含める必要があります。(Places Insights クエリを作成する をご覧ください)。また、GROUP BY snapshot_date を行うこともおすすめします。次の例は、月ごとの営業中のレストランの数をクエリする方法を示しています。
SELECT WITH AGGREGATION_THRESHOLD
snapshot_date ,
COUNT ( * ) AS count
FROM
`PROJECT_NAME .places_insights_historical___us.places_historical`
WHERE
'restaurant' IN UNNEST ( types )
AND
business_status = "OPERATIONAL"
GROUP BY snapshot_date
ORDER BY snapshot_date ASC ;
利用可能なリスティング
次の表に、サポートされている都市と、登録するためのリンクを示します。
サンプルデータ
国、市区町村
登録リンク
テーブル名
シドニー(オーストラリア) AU
places_insights_historical___au___sample.places_sample_historical
サンパウロ(ブラジル) ブラジルレアル
places_insights_historical___br___sample.places_sample_historical
トロント(カナダ) カナダ
places_insights_historical___ca___sample.places_sample_historical
パリ(フランス) FR
places_insights_historical___fr___sample.places_sample_historical
ベルリン(ドイツ) ドイツ
places_insights_historical___de___sample.places_sample_historical
ムンバイ(インド) IN
places_insights_historical___in___sample.places_sample_historical
ジャカルタ(インドネシア) ID
places_insights_historical___id___sample.places_sample_historical
ローマ(イタリア) IT
places_insights_historical___it___sample.places_sample_historical
東京(日本) JP
places_insights_historical___jp___sample.places_sample_historical
メキシコシティ(メキシコ) MX
places_insights_historical___mx___sample.places_sample_historical
マドリード(スペイン) ES
places_insights_historical___es___sample.places_sample_historical
チューリッヒ(スイス) CH
places_insights_historical___ch___sample.places_sample_historical
ロンドン(イギリス) GB
places_insights_historical___gb___sample.places_sample_historical
ニューヨーク市(アメリカ合衆国) 米国
places_insights_historical___us___sample.places_sample_historical
フィードバックを送信
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンス により使用許諾されます。コードサンプルは Apache 2.0 ライセンス により使用許諾されます。詳しくは、Google Developers サイトのポリシー をご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2026-03-20 UTC。
ご意見をお聞かせください
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2026-03-20 UTC。"],[],[]]