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 क्लाइंट और क्रेडेंशियल उपलब्ध कराता है. इनका इस्तेमाल, एपीआई अनुरोधों की पुष्टि करने के लिए किया जाता है.
Google Cloud के हर प्रोजेक्ट पर ये सीमाएं लागू होती हैं:
- हर दिन 1,00,000 अनुरोध
- हर मिनट 300 अनुरोध
तय सीमा से ज़्यादा अनुरोध करने पर, गड़बड़ी RESOURCE_EXHAUSTED
और एचटीटीपी स्टेटस 429 Too Many Requests
के साथ अनुरोध अस्वीकार कर दिया जाता है.
अपने ऐप्लिकेशन को कंट्रोल करने और दर की सीमाओं को कम करने के लिए, क्लाइंट साइड से अनुरोधों की संख्या कम करें और QPS को कम करें.
अनुरोध की सीमाएं
खास अनुरोधों की सीमाएं यहां दी गई हैं:
IngestAudienceMembersRequest
:
audience_members
सूची में 10,000 AudienceMember
संसाधन
AudienceMember
के लिए UserData
में 10 उपयोगकर्ता आइडेंटिफ़ायर.
IngestEventsRequest
:
events
की सूची में 2,000 Event
संसाधन
Event
के लिए, UserData
में 10 उपयोगकर्ता आइडेंटिफ़ायर.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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`."]]