سرور MCP را برای Google Analytics امتحان کنید. از
GitHub نصب کنید و برای جزئیات بیشتر به
اطلاعیه مراجعه کنید.
PropertyQuota
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
وضعیت فعلی همه سهمیهها برای این ویژگی Analytics. اگر هر سهمیه ای برای یک دارایی تمام شود، همه درخواست ها به آن ویژگی خطاهای Resource Exhausted را برمی گرداند.
فیلدها |
---|
tokens Per Day | object ( QuotaStatus ) ویژگی های استاندارد آنالیتیکس می تواند تا 200000 توکن در روز استفاده کند. Analytics 360 Properties می تواند از 2000000 توکن در روز استفاده کند. اکثر درخواست ها کمتر از 10 توکن مصرف می کنند. |
tokens Per Hour | object ( QuotaStatus ) ویژگی های استاندارد آنالیتیکس می تواند تا 40000 توکن در ساعت استفاده کند. Analytics 360 Properties می تواند از 400000 توکن در ساعت استفاده کند. یک درخواست API یک تعداد توکن مصرف می کند و این تعداد از تمام سهمیه های ساعتی، روزانه و هر پروژه کسر می شود. |
concurrent Requests | object ( QuotaStatus ) ویژگی های استاندارد آنالیتیکس می تواند حداکثر 10 درخواست همزمان ارسال کند. Analytics 360 Properties می تواند از 50 درخواست همزمان استفاده کند. |
server Errors Per Project Per Hour | object ( QuotaStatus ) ویژگی های استاندارد تجزیه و تحلیل و جفت پروژه ابری می توانند تا 10 خطای سرور در ساعت داشته باشند. Analytics 360 Properties و جفت پروژه ابری می توانند تا 50 خطای سرور در ساعت داشته باشند. |
potentially Thresholded Requests Per Hour | object ( QuotaStatus ) Analytics Properties می تواند تا 120 درخواست با ابعاد احتمالی آستانه در هر ساعت ارسال کند. در یک درخواست دستهای، اگر درخواست دارای ابعاد بالقوه آستانهای باشد، هر درخواست گزارش بهصورت جداگانه برای این سهمیه شمارش میشود. |
tokens Per Project Per Hour | object ( QuotaStatus ) Analytics Properties می تواند تا 35٪ از توکن های خود را در هر پروژه در ساعت استفاده کند. این به این معناست که ویژگی های استاندارد آنالیتیکس می تواند تا 14000 توکن در هر پروژه در ساعت استفاده کند و Analytics 360 Properties می تواند از 140000 توکن در هر پروژه در ساعت استفاده کند. یک درخواست API یک تعداد توکن مصرف می کند و این تعداد از تمام سهمیه های ساعتی، روزانه و هر پروژه کسر می شود. |
وضعیت سهمیه
وضعیت فعلی برای یک گروه سهمیه خاص.
نمایندگی JSON |
---|
{
"consumed": integer,
"remaining": integer
} |
فیلدها |
---|
consumed | integer سهمیه مصرف شده توسط این درخواست. |
remaining | integer سهمیه پس از این درخواست باقی مانده است. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[[["\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. |"]]