Google アナリティクスの MCP サーバーを試します。
GitHub からインストールし、詳細については
お知らせをご覧ください。
AccessDateRange
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
連続する日数: startDate、startDate + 1、...、endDate。
JSON 表現 |
{
"startDate": string,
"endDate": string
} |
フィールド |
startDate |
string
クエリの開始日(両端を含む)。形式は YYYY-MM-DD です。endDate より後の日付を指定してください。NdaysAgo 、yesterday 、today の形式も使用できます。この場合、リクエストのタイムゾーンでの現在の時刻に基づいて日付が推測されます。
|
endDate |
string
クエリの終了日(両端を含む)。形式は YYYY-MM-DD です。startDate より前の日付は指定できません。NdaysAgo 、yesterday 、today の形式も使用できます。この場合、リクエストのタイムゾーンでの現在の時刻に基づいて日付が推測されます。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-26 UTC。
[null,null,["最終更新日 2025-07-26 UTC。"],[],["The core content describes a JSON structure for representing a date range. The JSON object contains `startDate` and `endDate` fields, both strings. These fields define an inclusive range of days. The format `YYYY-MM-DD` is required, but `NdaysAgo`, `yesterday`, and `today` are also valid and will infer the date from the request's time zone. `endDate` must not be before `startDate`, and `startDate` must not be after `endDate`.\n"],null,[]]