AI-generated Key Takeaways
-
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.
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