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 מספק את לקוח ה-OAuth ואת פרטי הכניסה שבהם משתמשים כדי לאמת בקשות API.
אלה המגבלות שחלות על כל פרויקט ב-Google Cloud:
- 100,000 בקשות ביום
- 300 בקשות לדקה
בקשות שיחרגו מהמגבלות נדחות עם השגיאה RESOURCE_EXHAUSTED
וקוד הסטטוס 429 Too Many Requests
של HTTP.
כדי לשלוט באפליקציה ולצמצם את מגבלות הקצב, אפשר להפחית באופן פעיל את מספר הבקשות וגם לבצע הגבלת קצב שליחת בקשות (QPS) מצד הלקוח.
מגבלות על בקשות
אלה המגבלות על בקשות ספציפיות:
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 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`."]]