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 จากฝั่งไคลเอ็นต์
ขีดจำกัดของคำขอ
ขีดจํากัดสําหรับคําขอที่เฉพาะเจาะจงมีดังนี้
IngestAudienceMembersRequest
:
- ทรัพยากร
AudienceMember
10,000 รายการในรายการ audience_members
- ตัวระบุผู้ใช้ 10 รายการใน
UserData
สำหรับ AudienceMember
IngestEventsRequest
:
- ทรัพยากร
Event
2,000 รายการในรายการ events
- ตัวระบุผู้ใช้ 10 รายการใน
UserData
สำหรับ Event
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 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`."]]