AI-generated Key Takeaways
-
This page describes how to get all property quotas organized by quota category for a given property using an HTTP GET request.
-
The request requires specifying the property name as a path parameter.
-
The request body must be empty.
-
The response body contains the current state of all Property Quotas organized by quota category, including core, realtime, and funnel property quotas.
-
The request requires specific OAuth authorization scopes.
Get all property quotas organized by quota category for a given property. This will charge 1 property quota from the category with the most quota.
HTTP request
GET https://analyticsdata.googleapis.com/v1alpha/{name=properties/*/propertyQuotasSnapshot}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. Quotas from this property will be listed in the response. Format: |
Request body
The request body must be empty.
Response body
Current state of all Property Quotas organized by quota category.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{ "name": string, "corePropertyQuota": { object ( |
Fields | |
---|---|
name |
Identifier. The property quota snapshot resource name. |
core |
Property Quota for core property tokens |
realtime |
Property Quota for realtime property tokens |
funnel |
Property Quota for funnel property tokens |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/analytics.readonly
https://www.googleapis.com/auth/analytics