The Data Manager API is in closed beta. To express interest in joining the closed beta, fill out
this form.
Limity
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Aby poznać limity i kwoty podczas pracy z interfejsem API Menedżera danych, przeczytaj ten przewodnik.
Limity dotyczące projektu
Aby korzystać z interfejsu Data Manager API, musisz mieć projekt Google Cloud. Projekt Google Cloud udostępnia klienta OAuth i dane logowania, których używasz do uwierzytelniania żądań interfejsu API.
Oto limity obowiązujące w przypadku każdego projektu Google Cloud:
- 100 000 żądań dziennie
- 300 żądań na minutę
Żądania, które przekraczają te limity, są odrzucane z błędem RESOURCE_EXHAUSTED
i stanem HTTP 429 Too Many Requests
.
Możesz przejąć kontrolę nad aplikacją i zmniejszyć limity szybkości, aktywnie zmniejszając liczbę żądań i ograniczając liczbę żądań na sekundę po stronie klienta.
Limity żądań
Oto limity dotyczące konkretnych żądań:
IngestAudienceMembersRequest
:
- 10 000 zasobów
AudienceMember
na liście audience_members
- 10 identyfikatorów użytkowników w
UserData
w przypadku AudienceMember
.
IngestEventsRequest
:
- 2000 zasobów
Event
na liście events
- 10 identyfikatorów użytkowników w
UserData
w przypadku Event
.
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-25 UTC.
[null,null,["Ostatnia aktualizacja: 2025-07-25 UTC."],[],[],null,["# Limits and quotas\n\nFollow this guide to understand limits and quotas when working with the\nData Manager API.\n\nProject limits\n--------------\n\nYou need a Google Cloud project in order to use the Data Manager API. The Google\nCloud project provides the OAuth client and credentials that you use to\n[authenticate API requests](/data-manager/api/get-started/set-up-access#setup-auth).\n\nHere are the limits that apply to each Google Cloud project:\n\n- 100,000 requests per day\n- 300 requests per minute\n\nRequests that exceed the limits are rejected with the error `RESOURCE_EXHAUSTED`\nand HTTP status `429 Too Many Requests`.\n\nYou can take control of your app and mitigate rate limits by both actively\n[reducing the number of requests](/data-manager/api/get-started/best-practices#optimize) and\nthrottling QPS from the client side.\n\nRequest limits\n--------------\n\nHere are the limits for specific requests:\n\n- [`IngestAudienceMembersRequest`](/data-manager/api/reference/rpc/google.ads.datamanager.v1#ingestaudiencemembersrequest):\n - 10,000 `AudienceMember` resources in the `audience_members` list\n - 10 user identifiers in the `UserData` for an `AudienceMember`.\n- [`IngestEventsRequest`](/data-manager/api/reference/rpc/google.ads.datamanager.v1#ingesteventsrequest):\n - 2,000 `Event` resources in the `events` list\n - 10 user identifiers in the `UserData` for an `Event`."]]