The Data Manager API is in closed beta. To express interest in joining the closed beta, fill out
this form.
सबसे सही तरीके
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
Data Manager API का इस्तेमाल करते समय, इन सबसे सही तरीकों का ध्यान रखें.
सभी उपयोगकर्ता आइडेंटिफ़ायर भेजना
UserData
के साथ ऑडियंस के सदस्य या इवेंट भेजते समय, ज़्यादा से ज़्यादा user_identifiers
शामिल करें. साथ ही, एक ही तरह के कई आइडेंटिफ़ायर भेजें.
उदाहरण के लिए, अगर आपके पास किसी उपयोगकर्ता के लिए एक से ज़्यादा ईमेल पते हैं, तो हर ईमेल पते के लिए एक अलग
UserIdentifier
शामिल करें. इसी तरह, अगर आपके पास किसी उपयोगकर्ता के लिए अलग-अलग तरह के आइडेंटिफ़ायर हैं, जैसे कि ईमेल पते, फ़ोन नंबर, और पते, तो हर आइडेंटिफ़ायर के लिए एक अलग UserIdentifier
जोड़ें. ऐसा ज़्यादा से ज़्यादा आइडेंटिफ़ायर की संख्या तक करें.
अनुरोधों को ऑप्टिमाइज़ करना
हर दिन किए जाने वाले अनुरोधों की सीमा से ज़्यादा अनुरोध करने से बचने के लिए, हर अनुरोध में ज़्यादा से ज़्यादा आइटम डालें. हालांकि, यह संख्या हर अनुरोध के लिए तय सीमा से ज़्यादा नहीं होनी चाहिए.
उदाहरण के लिए, अगर आपको किसी ऑडियंस में 10,000 सदस्य जोड़ने हैं, तो audience_members
सूची में सभी 10,000 सदस्यों को एक IngestAudienceMembersRequest
में जोड़ें. दर्शकों के सभी 10,000 सदस्यों को एक ही अनुरोध में जोड़ना, हर सदस्य को जोड़ने के लिए अलग-अलग अनुरोध भेजने से ज़्यादा असरदार होता है.
एक साथ कई अनुरोध भेजना
डेटा डालने में लगने वाले कुल समय को कम करने के लिए, IngestionService
को एक साथ कई अनुरोध भेजें. हमारा सुझाव है कि एक साथ ज़्यादा से ज़्यादा 10 अनुरोध भेजें. इससे, एक मिनट में किए जा सकने वाले अनुरोधों की सीमा से ज़्यादा अनुरोध करने की संभावना कम हो जाती है.
एक साथ कई अनुरोध भेजे जा सकते हैं. भले ही, उन सभी अनुरोधों का एक ही
destinations
हो.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया."],[],[],null,["# Best practices\n\nKeep the following best practices in mind when using the Data Manager API.\n\nSend all user identifiers\n-------------------------\n\nWhether sending audience members or events with [`UserData`](/data-manager/api/reference/rpc/google.ads.datamanager.v1#userdata), include as many\n`user_identifiers` as possible, including sending multiple identifiers of the\nsame type.\n\nFor example, if you have multiple email addresses for a user, include a separate\n[`UserIdentifier`](/data-manager/api/reference/rpc/google.ads.datamanager.v1#useridentifier) for each email address. Similarly, if you have identifiers of\ndifferent types for a user, such as email addresses, phone numbers, and\naddresses, add a separate `UserIdentifier` for each identifier, up to the\n[maximum identifier count](/data-manager/api/limits#request_limits).\n\nOptimize requests\n-----------------\n\nTo reduce the likelihood of exceeding daily request limits, batch as many\nitems as possible in each request, up to the [per-request\nlimits](/data-manager/api/limits#request_limits).\n\nFor example, if you want to add 10,000 audience members to an audience, add all\n10,000 members in the `audience_members` list in one\n[`IngestAudienceMembersRequest`](/data-manager/api/reference/rpc/google.ads.datamanager.v1#ingestaudiencemembersrequest). Batching all 10,000 members\nin a single request is far more efficient than sending a separate request to add\neach audience member.\n\nSend concurrent requests\n------------------------\n\nTo reduce the overall time required to ingest data, send concurrent requests\nto the [`IngestionService`](/data-manager/api/reference/rpc/google.ads.datamanager.v1#ingestionservice). We recommend sending up to 10\nrequests concurrently to reduce the likelihood of exceeding the [requests per\nminute limit](/data-manager/api/limits#project_limits).\n\nYou can send concurrent requests even if the requests have the same\n`destinations`."]]