試用 Google Analytics 的 MCP 伺服器。從
GitHub 安裝,詳情請參閱
公告。
PropertyQuota
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
這個 Analytics 資源的所有配額目前狀態。如果資源配額用盡,對該資源的所有要求都會傳回「資源用盡」錯誤。
欄位 |
tokensPerDay |
object (QuotaStatus )
標準 Analytics 資源每天最多可使用 200,000 個符記,Analytics 360 資源每天最多可使用 2,000,000 個符記。大多數要求使用的符記數量不到 10 個。
|
tokensPerHour |
object (QuotaStatus )
標準 Analytics 資源每小時最多可使用 40,000 個權杖,Analytics 360 資源每小時最多可使用 400,000 個權杖。每個 API 要求都會消耗一組符記,而這組符記會從所有每小時、每日和每個專案每小時的配額中扣除。
|
concurrentRequests |
object (QuotaStatus )
標準 Analytics 資源最多可傳送 10 個並行要求;Analytics 360 資源最多可使用 50 個並行要求。
|
serverErrorsPerProjectPerHour |
object (QuotaStatus )
標準 Analytics 資源和雲端專案組合每小時最多可發生 10 次伺服器錯誤;Analytics 360 資源和雲端專案組合每小時最多可發生 50 次伺服器錯誤。
|
potentiallyThresholdedRequestsPerHour |
object (QuotaStatus )
Analytics 資源每小時最多可傳送 120 個可能設有門檻值的維度要求。如果批次要求包含可能設有門檻的維度,系統會個別計算每項報表要求的配額。
|
tokensPerProjectPerHour |
object (QuotaStatus )
Analytics 資源每小時最多可使用 35% 的專案符記。換句話說,標準 Analytics 資源每小時最多可使用 14,000 個符記,Analytics 360 資源則可使用 140,000 個符記。每個 API 要求都會消耗一組符記,而這組符記會從所有每小時、每日和每個專案每小時的配額中扣除。
|
QuotaStatus
JSON 表示法 |
{
"consumed": integer,
"remaining": integer
} |
欄位 |
consumed |
integer
這項要求消耗的配額。
|
remaining |
integer
這項要求後剩餘的配額。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-26 (世界標準時間)。
[null,null,["上次更新時間:2025-07-26 (世界標準時間)。"],[[["\u003cp\u003eThis document details the current quota status for Google Analytics properties, including daily and hourly token limits, concurrent request limits, and error limits.\u003c/p\u003e\n"],["\u003cp\u003eStandard Analytics properties have lower quotas compared to Analytics 360 properties across various metrics, such as daily tokens and concurrent requests.\u003c/p\u003e\n"],["\u003cp\u003eIf any specific quota is exhausted for a property, any requests to that property will result in Resource Exhausted errors.\u003c/p\u003e\n"],["\u003cp\u003eQuota usage is tracked across various dimensions, including daily, hourly, per-project hourly, and concurrent requests, ensuring fair usage and preventing abuse.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eQuotaStatus\u003c/code\u003e provides information about the consumed and remaining quota for a specific quota group, enabling users to monitor their usage.\u003c/p\u003e\n"]]],["The content outlines the quota system for Analytics Properties, detailing six quota categories: 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 specific limits for Standard and Analytics 360 Properties. Quota consumption is tracked, showing consumed and remaining amounts for each request. If quotas are exceeded, the system returns \"Resource Exhausted\" errors.\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/v1beta/PropertyQuota#QuotaStatus) }, \"tokensPerHour\": { object (/analytics/devguides/reporting/data/v1/rest/v1beta/PropertyQuota#QuotaStatus) }, \"concurrentRequests\": { object (/analytics/devguides/reporting/data/v1/rest/v1beta/PropertyQuota#QuotaStatus) }, \"serverErrorsPerProjectPerHour\": { object (/analytics/devguides/reporting/data/v1/rest/v1beta/PropertyQuota#QuotaStatus) }, \"potentiallyThresholdedRequestsPerHour\": { object (/analytics/devguides/reporting/data/v1/rest/v1beta/PropertyQuota#QuotaStatus) }, \"tokensPerProjectPerHour\": { object (/analytics/devguides/reporting/data/v1/rest/v1beta/PropertyQuota#QuotaStatus) } } ``` |\n\n| Fields ||\n|-------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `tokens``Per``Day` | `object (`[QuotaStatus](/analytics/devguides/reporting/data/v1/rest/v1beta/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/v1beta/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/v1beta/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/v1beta/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/v1beta/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/v1beta/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. |"]]