The Data Manager API is in closed beta. To express interest in joining the closed beta, fill out
this form.
限制和配额
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
请按照本指南了解使用 Data Manager API 时的限制和配额。
项目数量限制
您需要拥有一个 Google Cloud 项目才能使用 Data Manager API。Google Cloud 项目提供您用于对 API 请求进行身份验证的 OAuth 客户端和凭据。
以下是适用于每个 Google Cloud 项目的限制:
超出限制的请求会被拒绝,并显示错误 RESOURCE_EXHAUSTED
和 HTTP 状态 429 Too Many Requests
。
您可以主动减少请求数和从客户端限制 QPS,以此方式控制您的应用并减缓超出速率限制的情况。
请求限制
以下是特定请求的限制:
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[],[],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`."]]