Google Analytics Rate Limits
Google Analytics rate limiting is quota-based and split by service. The Data API charges variable-cost "tokens" per GA4 property in three independent categories (Core, Realtime, Funnel), with Analytics 360 properties getting 10x the Standard ceilings. The Admin API uses flat requests-per-minute and writes-per-minute counters and signals exhaustion with 403, not 429. The Measurement Protocol has an hourly request ceiling and hard per-event structural caps.
Google Analytics Rate Limits is the machine-readable rate-limit profile for Google Analytics on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 26 rate-limit definitions, measuring tokens_per_day, tokens_per_hour, concurrent_requests, errors_per_hour, and error_responses.
The profile also includes 6 backoff/retry policies defined and response codes documented for throttled, quotaExceeded, adminApiQuotaExceeded, serverError, and unavailable.
Tagged areas include Analytics, Data, Google, Web Analytics, and Reporting.