संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
clients संसाधन की मदद से, अपने क्लाइंट को दिखाया जा सकता है.
प्रपोज़ल पर बातचीत करने के लिए, clients का इस्तेमाल किया जा सकता है. साथ ही, अपने क्लाइंट के लिए नीलामी के पैकेज की सदस्यता ली जा सकती है. अपने क्लाइंट के, Authorized Buyers मार्केटप्लेस यूज़र इंटरफ़ेस (यूआई) के ऐक्सेस के लेवल को मैनेज करने के लिए, clients संसाधन का इस्तेमाल भी किया जा सकता है.
उदाहरण के लिए, अगर किसी क्लाइंट के
role
को CLIENT_DEAL_APPROVER पर सेट किया गया है, तो वह
Authorized Buyers Marketplace के यूज़र इंटरफ़ेस (यूआई) में ये काम अलग से कर सकता है:
नए प्रस्ताव शुरू करें.
पब्लिशर के साथ मोल-भाव करें.
प्रस्ताव स्वीकार करें.
क्लाइंट की भूमिकाओं के बारे में ज़्यादा जानने और Authorized Buyers Marketplace के यूज़र इंटरफ़ेस (यूआई) में
वे क्या-क्या ऐक्सेस कर सकते हैं, इस बारे में ज़्यादा जानने के लिए
ClientRole देखें.
किसको दिखे
जब तक sellerVisible को True पर सेट नहीं किया जाता, तब तक आपके क्लाइंट पब्लिशर को नहीं दिखते और न ही पब्लिशर के बनाए गए प्रस्ताव
को मिलते हैं.
ऐसा Client जो पब्लिशर को नहीं दिखता है वह अब भी Marketplace की उन सुविधाओं को ऐक्सेस कर सकता है जो उनके role के लिए उपलब्ध हैं. उदाहरण के लिए, अगर Client,
sellerVisible नहीं है, तो वह उन प्रस्तावों को देख सकता है जिन्हें आपने उनकी ओर से शुरू किया है.
पहचान करना
partnerClientId वाले हर Client के लिए यूनीक आइडेंटिफ़ायर दिया जा सकता है.
उदाहरण के लिए, Client से जुड़े क्लाइंट के लिए अपने आइडेंटिफ़ायर से Client को मैप करने के लिए, partnerClientId का इस्तेमाल किया जा सकता है.
[[["समझने में आसान है","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) को अपडेट किया गया."],[[["\u003cp\u003eThe \u003ccode\u003eclients\u003c/code\u003e resource allows you to create and manage representations of your clients, enabling proposal negotiation and auction package subscriptions on their behalf.\u003c/p\u003e\n"],["\u003cp\u003eClient roles, such as \u003ccode\u003eCLIENT_DEAL_APPROVER\u003c/code\u003e, determine the level of access clients have within the Authorized Buyers Marketplace UI, including initiating, negotiating, and approving proposals.\u003c/p\u003e\n"],["\u003cp\u003eClients' visibility to publishers can be controlled using the \u003ccode\u003esellerVisible\u003c/code\u003e property, impacting their ability to receive proposals directly from publishers.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003epartnerClientId\u003c/code\u003e provides a means to assign unique identifiers to clients, facilitating mapping to your internal systems.\u003c/p\u003e\n"]]],[],null,["# Clients\n\nYou can create representations of your clients with the\n[`clients`](/authorized-buyers/apis/marketplace/reference/rest/v1/buyers.clients)\nresource.\n\nYou can use `clients` to negotiate proposals, and subscribe to auction\npackages on behalf of your clients. You can also use the `clients` resource\nto manage the level of access your clients have to the [Authorized Buyers\nAuthorized Buyers Marketplace UI](//realtimebidding.google.com/#MARKETPLACE/MarketplaceDiscoveryPlace:marketplaceDiscovery).\n\nFor example, if a client's\n[`role`](/authorized-buyers/apis/marketplace/reference/rest/v1/buyers.clients#clientrole)\nis set to `CLIENT_DEAL_APPROVER`, they can\nindependently do the following in the Authorized Buyers Marketplace UI:\n\n- Initiate new proposals.\n- Negotiate with publishers.\n- Approve proposals.\n\nTo learn more about client roles and what they can access in the\nAuthorized Buyers Marketplace UI, see\n[`ClientRole`](/authorized-buyers/apis/marketplace/reference/rest/v1/buyers.clients#ClientRole).\n\nVisibility\n----------\n\nYour clients aren't visible to publishers, and don't receive proposals initiated\nby publishers unless `sellerVisible` is set to `True`.\n\nA `Client` that isn't visible to publishers can still access Marketplace\nfeatures that are available to their `role`. For example, a `Client` that isn't\n`sellerVisible` can view proposals you initiate on their behalf.\n\nIdentification\n--------------\n\nYou can provide a unique identifier for each `Client` with `partnerClientId`.\n\nFor example, you might want to use `partnerClientId` to map a `Client` to your\nown identifier for the client the `Client` represents."]]