Method: properties.getPropertyQuotasSnapshot
특정 숙박 시설의 할당량 카테고리별로 정리된 모든 숙박 시설 할당량을 가져옵니다. 이렇게 하면 할당량이 가장 많은 카테고리의 숙박 시설 할당량 1개가 청구됩니다.
HTTP 요청
GET https://analyticsdata.googleapis.com/v1alpha/{name=properties/*/propertyQuotasSnapshot}
URL은 gRPC 트랜스코딩 문법을 사용합니다.
경로 매개변수
매개변수 |
name |
string
필수 항목입니다. 이 속성의 할당량이 응답에 표시됩니다. 형식: properties/{property}/propertyQuotasSnapshot
|
응답 본문
할당량 카테고리별로 정리된 모든 속성 할당량의 현재 상태입니다.
성공한 경우 응답 본문은 다음과 같은 구조의 데이터를 포함합니다.
필드 |
name |
string
식별자. 속성 할당량 스냅샷 리소스 이름입니다.
|
corePropertyQuota |
object (PropertyQuota )
핵심 속성 토큰의 속성 할당량
|
realtimePropertyQuota |
object (PropertyQuota )
실시간 속성 토큰의 속성 할당량
|
funnelPropertyQuota |
object (PropertyQuota )
유입경로 속성 토큰의 속성 할당량
|
승인 범위
다음 OAuth 범위 중 하나가 필요합니다.
https://www.googleapis.com/auth/analytics.readonly
https://www.googleapis.com/auth/analytics
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-11-22(UTC)
[null,null,["최종 업데이트: 2024-11-22(UTC)"],[[["Retrieves property quota information for a given Google Analytics 4 property, organized by quota category (core, realtime, funnel)."],["Uses an HTTP GET request with the property ID specified in the URL path."],["Returns a JSON response containing the current state of all property quotas, including their respective remaining tokens."],["Requires authorization with either \"analytics.readonly\" or \"analytics\" scope."],["This action consumes 1 property quota from the category with the most remaining quota upon execution."]]],["This content describes retrieving property quotas via a `GET` request to `https://analyticsdata.googleapis.com/v1alpha/{name=properties/*/propertyQuotasSnapshot}`. The `name` path parameter, specifying the property, is required. The request body must be empty. The response returns a JSON object containing the current state of `core`, `realtime`, and `funnel` property quotas, organized by category, along with a resource name. Authorization requires either the `analytics.readonly` or `analytics` OAuth scope. This operation consumes one quota from the highest-usage quota category.\n"]]