The Data Manager API is in closed beta. To express interest in joining the closed beta, fill out
this form.
Limiti e quote
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Segui questa guida per comprendere i limiti e le quote quando utilizzi l'API Data Manager.
Limiti per i progetti
Per utilizzare l'API Data Manager, devi disporre di un progetto Google Cloud. Il progetto Google Cloud fornisce il client OAuth e le credenziali che utilizzi per autenticare le richieste API.
Di seguito sono riportati i limiti che si applicano a ogni progetto Google Cloud:
- 100.000 richieste al giorno
- 300 richieste al minuto
Le richieste che superano i limiti vengono rifiutate con l'errore RESOURCE_EXHAUSTED
e lo stato HTTP 429 Too Many Requests
.
Puoi assumere il controllo della tua app e mitigare i limiti di frequenza sia riducendo attivamente il numero di richieste sia limitando il QPS lato client.
Limiti per le richieste
Di seguito sono riportati i limiti per richieste specifiche:
IngestAudienceMembersRequest
:
- 10.000 risorse
AudienceMember
nell'elenco audience_members
- 10 identificatori utente in
UserData
per un AudienceMember
.
IngestEventsRequest
:
- 2000 risorse
Event
nell'elenco events
- 10 identificatori utente in
UserData
per un Event
.
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2025-07-25 UTC.
[null,null,["Ultimo aggiornamento 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`."]]