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 專案會提供 OAuth 用戶端和憑證,供您用於驗證 API 要求。
以下是適用於每個 Google Cloud 專案的限制:
- 每日 100,000 個要求
- 每分鐘 300 個要求
超過限制的請求會遭到拒絕,並傳回錯誤 RESOURCE_EXHAUSTED
和 HTTP 狀態 429 Too Many Requests
。
您可以透過積極減少要求數量,以及從用戶端限制 QPS,來控制應用程式並降低速率限制。
要求限制
以下是特定要求的限制:
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-25 (世界標準時間)。
[null,null,["上次更新時間: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`."]]