Google アナリティクスの MCP サーバーを試します。
GitHub からインストールし、詳細については
お知らせをご覧ください。
PropertyQuota
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
このアナリティクス プロパティのすべての割り当ての現在の状態。プロパティの割り当てが使い果たされると、そのプロパティに対するすべてのリクエストでリソース不足エラーが返されます。
フィールド |
tokensPerDay |
object (QuotaStatus )
標準のアナリティクス プロパティでは 1 日あたり最大 200,000 トークンを使用できます。アナリティクス 360 プロパティでは 1 日あたり最大 2,000,000 トークンを使用できます。ほとんどの場合、リクエストで使用するトークンは 10 個未満です。
|
tokensPerHour |
object (QuotaStatus )
標準のアナリティクス プロパティでは 1 時間あたり最大 40,000 トークン、アナリティクス 360 プロパティでは 1 時間あたり最大 400,000 トークンを使用できます。API リクエストで消費されるトークン数は 1 つで、その数は 1 時間あたり、1 日あたり、プロジェクトごとの 1 時間あたりの割り当てから差し引かれます。
|
concurrentRequests |
object (QuotaStatus )
標準のアナリティクス プロパティでは最大 10 件のリクエストを同時に送信できます。アナリティクス 360 プロパティでは最大 50 件のリクエストを同時に使用できます。
|
serverErrorsPerProjectPerHour |
object (QuotaStatus )
標準アナリティクス プロパティとクラウド プロジェクトのペアでは、1 時間あたり最大 10 件のサーバーエラーが発生する可能性があります。アナリティクス 360 プロパティとクラウド プロジェクトのペアでは、1 時間あたり最大 50 件のサーバーエラーが発生する可能性があります。
|
potentiallyThresholdedRequestsPerHour |
object (QuotaStatus )
アナリティクス プロパティでは、しきい値が設定されているディメンションを含むリクエストを 1 時間あたり最大 120 件送信できます。バッチ リクエストで、しきい値が設定されている可能性のあるディメンションがリクエストに含まれている場合、この割り当てでは各レポート リクエストが個別にカウントされます。
|
tokensPerProjectPerHour |
object (QuotaStatus )
アナリティクスのプロパティは、1 時間あたり 1 プロジェクトあたりトークンの最大 35% を使用できます。つまり、標準のアナリティクス プロパティではプロジェクトごとに 1 時間あたり最大 14,000 トークン、アナリティクス 360 プロパティではプロジェクトごとに 1 時間あたり最大 140,000 トークンを使用できます。API リクエストで消費されるトークン数は 1 つで、その数は 1 時間あたり、1 日あたり、プロジェクトごとの 1 時間あたりの割り当てから差し引かれます。
|
QuotaStatus
JSON 表現 |
{
"consumed": integer,
"remaining": integer
} |
フィールド |
consumed |
integer
このリクエストで消費された割り当て。
|
remaining |
integer
このリクエスト後に残る割り当て。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-26 UTC。
[null,null,["最終更新日 2025-07-26 UTC。"],[[["\u003cp\u003eThe current quota status for Analytics Properties shows resource consumption and limits for requests, tokens, and server errors.\u003c/p\u003e\n"],["\u003cp\u003eStandard Analytics Properties have lower daily and hourly token limits compared to Analytics 360 Properties.\u003c/p\u003e\n"],["\u003cp\u003eBoth Analytics property types have limits on concurrent requests, server errors, and requests with potentially thresholded dimensions per hour.\u003c/p\u003e\n"],["\u003cp\u003eQuotaStatus object provides insight into the current consumption and remaining quota for a specific quota group.\u003c/p\u003e\n"],["\u003cp\u003eAPI requests deduct tokens from all hourly, daily, and per-project hourly quotas, potentially impacting overall resource availability.\u003c/p\u003e\n"]]],["The core information describes the quota system for Analytics Properties, detailing the limits for API usage. It outlines various quotas including tokens per day, tokens per hour, concurrent requests, server errors per project per hour, potentially thresholded requests per hour, and tokens per project per hour. Each quota has limits which depend on the type of Analytics Property, standard or 360. The `QuotaStatus` provides information about the number of tokens consumed and remaining for a given request. Exceeding any quota will return a `Resource Exhausted` error.\n"],null,["# PropertyQuota\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [QuotaStatus](#QuotaStatus)\n - [JSON representation](#QuotaStatus.SCHEMA_REPRESENTATION)\n\nCurrent state of all quotas for this Analytics Property. If any quota for a property is exhausted, all requests to that property will return Resource Exhausted errors.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"tokensPerDay\": { object (/analytics/devguides/reporting/data/v1/rest/v1alpha/PropertyQuota#QuotaStatus) }, \"tokensPerHour\": { object (/analytics/devguides/reporting/data/v1/rest/v1alpha/PropertyQuota#QuotaStatus) }, \"concurrentRequests\": { object (/analytics/devguides/reporting/data/v1/rest/v1alpha/PropertyQuota#QuotaStatus) }, \"serverErrorsPerProjectPerHour\": { object (/analytics/devguides/reporting/data/v1/rest/v1alpha/PropertyQuota#QuotaStatus) }, \"potentiallyThresholdedRequestsPerHour\": { object (/analytics/devguides/reporting/data/v1/rest/v1alpha/PropertyQuota#QuotaStatus) }, \"tokensPerProjectPerHour\": { object (/analytics/devguides/reporting/data/v1/rest/v1alpha/PropertyQuota#QuotaStatus) } } ``` |\n\n| Fields ||\n|-------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `tokens``Per``Day` | `object (`[QuotaStatus](/analytics/devguides/reporting/data/v1/rest/v1alpha/PropertyQuota#QuotaStatus)`)` Standard Analytics Properties can use up to 200,000 tokens per day; Analytics 360 Properties can use 2,000,000 tokens per day. Most requests consume fewer than 10 tokens. |\n| `tokens``Per``Hour` | `object (`[QuotaStatus](/analytics/devguides/reporting/data/v1/rest/v1alpha/PropertyQuota#QuotaStatus)`)` Standard Analytics Properties can use up to 40,000 tokens per hour; Analytics 360 Properties can use 400,000 tokens per hour. An API request consumes a single number of tokens, and that number is deducted from all of the hourly, daily, and per project hourly quotas. |\n| `concurrent``Requests` | `object (`[QuotaStatus](/analytics/devguides/reporting/data/v1/rest/v1alpha/PropertyQuota#QuotaStatus)`)` Standard Analytics Properties can send up to 10 concurrent requests; Analytics 360 Properties can use up to 50 concurrent requests. |\n| `server``Errors``Per``Project``Per``Hour` | `object (`[QuotaStatus](/analytics/devguides/reporting/data/v1/rest/v1alpha/PropertyQuota#QuotaStatus)`)` Standard Analytics Properties and cloud project pairs can have up to 10 server errors per hour; Analytics 360 Properties and cloud project pairs can have up to 50 server errors per hour. |\n| `potentially``Thresholded``Requests``Per``Hour` | `object (`[QuotaStatus](/analytics/devguides/reporting/data/v1/rest/v1alpha/PropertyQuota#QuotaStatus)`)` Analytics Properties can send up to 120 requests with potentially thresholded dimensions per hour. In a batch request, each report request is individually counted for this quota if the request contains potentially thresholded dimensions. |\n| `tokens``Per``Project``Per``Hour` | `object (`[QuotaStatus](/analytics/devguides/reporting/data/v1/rest/v1alpha/PropertyQuota#QuotaStatus)`)` Analytics Properties can use up to 35% of their tokens per project per hour. This amounts to standard Analytics Properties can use up to 14,000 tokens per project per hour, and Analytics 360 Properties can use 140,000 tokens per project per hour. An API request consumes a single number of tokens, and that number is deducted from all of the hourly, daily, and per project hourly quotas. |\n\nQuotaStatus\n-----------\n\nCurrent state for a particular quota group.\n\n| JSON representation |\n|-------------------------------------------------------|\n| ``` { \"consumed\": integer, \"remaining\": integer } ``` |\n\n| Fields ||\n|-------------|-----------------------------------------------|\n| `consumed` | `integer` Quota consumed by this request. |\n| `remaining` | `integer` Quota remaining after this request. |"]]