The Data Manager API is in closed beta. To express interest in joining the closed beta, fill out
this form.
制限と割り当て
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
このガイドでは、Data Manager API を使用する際の制限と割り当てについて説明します。
プロジェクト数の上限
Data Manager API を使用するには、Google Cloud プロジェクトが必要です。Google Cloud プロジェクトは、API リクエストの認証に使用する OAuth クライアントと認証情報を提供します。
各 Google Cloud プロジェクトに適用される上限は次のとおりです。
- 100,000 リクエスト/日
- 1 分あたり 300 回のリクエスト
上限を超えるリクエストは、エラー RESOURCE_EXHAUSTED
と HTTP ステータス 429 Too Many Requests
で拒否されます。
積極的にリクエスト数を減らすと、クライアント側から QPS を調整することで、アプリケーションを制御してレート制限を軽減できます。
リクエストに関する上限
特定のリクエストの上限は次のとおりです。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 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`."]]