Hãy thử máy chủ MCP cho Google Analytics. Cài đặt từ
GitHub và xem
thông báo để biết thêm thông tin chi tiết.
PropertyQuota
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Trạng thái hiện tại của tất cả hạn mức cho Tài sản Analytics này. Nếu một tài sản đã dùng hết hạn mức, thì tất cả yêu cầu gửi đến tài sản đó sẽ trả về lỗi Đã dùng hết tài nguyên.
Biểu diễn dưới dạng JSON |
{
"tokensPerDay": {
object (QuotaStatus )
},
"tokensPerHour": {
object (QuotaStatus )
},
"concurrentRequests": {
object (QuotaStatus )
},
"serverErrorsPerProjectPerHour": {
object (QuotaStatus )
},
"potentiallyThresholdedRequestsPerHour": {
object (QuotaStatus )
},
"tokensPerProjectPerHour": {
object (QuotaStatus )
}
} |
Trường |
tokensPerDay |
object (QuotaStatus )
Tài sản Analytics chuẩn có thể sử dụng tối đa 200.000 mã thông báo mỗi ngày; Tài sản Analytics 360 có thể sử dụng 2.000.000 mã thông báo mỗi ngày. Hầu hết các yêu cầu đều cần ít hơn 10 mã thông báo.
|
tokensPerHour |
object (QuotaStatus )
Tài sản Analytics chuẩn có thể sử dụng tối đa 40.000 mã thông báo mỗi giờ; Tài sản Analytics 360 có thể sử dụng 400.000 mã thông báo mỗi giờ. Một yêu cầu API sẽ tiêu thụ một số lượng mã thông báo và số lượng đó sẽ được trừ vào tất cả hạn mức hằng giờ, hằng ngày và hằng giờ cho mỗi dự án.
|
concurrentRequests |
object (QuotaStatus )
Tài sản Analytics chuẩn có thể gửi tối đa 10 yêu cầu đồng thời; Tài sản Analytics 360 có thể sử dụng tối đa 50 yêu cầu đồng thời.
|
serverErrorsPerProjectPerHour |
object (QuotaStatus )
Mỗi cặp Tài sản Analytics chuẩn và dự án trên đám mây có thể có tối đa 10 lỗi máy chủ mỗi giờ; mỗi cặp Tài sản Analytics 360 và dự án trên đám mây có thể có tối đa 50 lỗi máy chủ mỗi giờ.
|
potentiallyThresholdedRequestsPerHour |
object (QuotaStatus )
Mỗi giờ, Tài sản Analytics có thể gửi tối đa 120 yêu cầu có các phương diện có thể bị đặt ngưỡng. Trong một yêu cầu hàng loạt, mỗi yêu cầu báo cáo được tính riêng cho hạn mức này nếu yêu cầu đó chứa các phương diện có thể bị đặt ngưỡng.
|
tokensPerProjectPerHour |
object (QuotaStatus )
Mỗi dự án trong Tài sản Analytics có thể sử dụng tối đa 35% số mã thông báo mỗi giờ. Điều này có nghĩa là Tài sản Analytics chuẩn có thể sử dụng tối đa 14.000 mã thông báo mỗi dự án mỗi giờ và Tài sản Analytics 360 có thể sử dụng 140.000 mã thông báo mỗi dự án mỗi giờ. Một yêu cầu API sẽ tiêu thụ một số lượng mã thông báo và số lượng đó sẽ được trừ vào tất cả hạn mức hằng giờ, hằng ngày và hằng giờ cho mỗi dự án.
|
QuotaStatus
Trạng thái hiện tại của một nhóm hạn mức cụ thể.
Biểu diễn dưới dạng JSON |
{
"consumed": integer,
"remaining": integer
} |
Trường |
consumed |
integer
Hạn mức mà yêu cầu này đã sử dụng.
|
remaining |
integer
Hạn mức còn lại sau yêu cầu này.
|
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-26 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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. |"]]