Google 애널리틱스용 MCP 서버를 사용해 보세요.
GitHub에서 설치하고
공지사항에서 자세한 내용을 확인하세요.
PropertyQuota
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
이 애널리틱스 속성에 대한 모든 할당량의 현재 상태입니다. 속성의 할당량이 소진되면 해당 속성에 대한 모든 요청에서 리소스 소진 오류가 반환됩니다.
필드 |
tokensPerDay |
object (QuotaStatus )
표준 애널리틱스 속성은 하루에 최대 200,000개의 토큰을 사용할 수 있으며, 애널리틱스 360 속성은 하루에 2,000,000개의 토큰을 사용할 수 있습니다. 대부분의 요청에서는 10개 미만의 토큰을 사용합니다.
|
tokensPerHour |
object (QuotaStatus )
표준 애널리틱스 속성은 시간당 최대 40,000개의 토큰을 사용할 수 있으며, 애널리틱스 360 속성은 시간당 최대 400,000개의 토큰을 사용할 수 있습니다. API 요청은 단일 토큰 수를 사용하며 이 숫자는 모든 시간당, 일일, 프로젝트별 시간당 할당량에서 공제됩니다.
|
concurrentRequests |
object (QuotaStatus )
표준 애널리틱스 속성은 최대 10개의 동시 요청을 보낼 수 있으며 애널리틱스 360 속성은 최대 50개의 동시 요청을 사용할 수 있습니다.
|
serverErrorsPerProjectPerHour |
object (QuotaStatus )
표준 애널리틱스 속성과 클라우드 프로젝트 쌍의 경우 시간당 최대 10개의 서버 오류가 발생할 수 있으며, 애널리틱스 360 속성과 클라우드 프로젝트 쌍의 경우 시간당 최대 50개의 서버 오류가 발생할 수 있습니다.
|
potentiallyThresholdedRequestsPerHour |
object (QuotaStatus )
애널리틱스 속성은 시간당 임곗값이 적용될 수 있는 측정기준이 포함된 요청을 최대 120개 전송할 수 있습니다. 배치 요청에서 요청에 임곗값이 적용될 수 있는 측정기준이 포함된 경우 각 보고서 요청은 이 할당량에 대해 개별적으로 집계됩니다.
|
tokensPerProjectPerHour |
object (QuotaStatus )
애널리틱스 속성은 시간당 프로젝트당 토큰의 최대 35% 를 사용할 수 있습니다. 즉,표준 애널리틱스 속성은 시간당 프로젝트당 최대 14, 000개의 토큰을 사용할 수 있고 애널리틱스 360 속성은 시간당 프로젝트당 최대 140,000개의 토큰을 사용할 수 있습니다. API 요청은 단일 토큰 수를 사용하며 이 숫자는 모든 시간당, 일일, 프로젝트별 시간당 할당량에서 공제됩니다.
|
QuotaStatus
JSON 표현 |
{
"consumed": integer,
"remaining": integer
} |
필드 |
consumed |
integer
이 요청에서 사용한 할당량입니다.
|
remaining |
integer
이 요청 후 남은 할당량입니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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. |"]]