সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
আপনি clients রিসোর্স দিয়ে আপনার ক্লায়েন্টদের উপস্থাপনা তৈরি করতে পারেন।
আপনি clients ব্যবহার করে প্রস্তাব নিয়ে আলোচনা করতে পারেন, এবং আপনার ক্লায়েন্টদের পক্ষে নিলাম প্যাকেজ সাবস্ক্রাইব করতে পারেন। এছাড়াও আপনি clients রিসোর্স ব্যবহার করতে পারেন আপনার ক্লায়েন্টদের অনুমোদিত ক্রেতাদের অনুমোদিত ক্রেতাদের মার্কেটপ্লেস UI- তে অ্যাক্সেসের স্তর পরিচালনা করতে।
উদাহরণস্বরূপ, যদি একজন ক্লায়েন্টের roleCLIENT_DEAL_APPROVER তে সেট করা হয়, তাহলে তারা স্বতন্ত্রভাবে অনুমোদিত ক্রেতাদের মার্কেটপ্লেস UI-তে নিম্নলিখিতগুলি করতে পারে:
নতুন প্রস্তাব শুরু করুন।
প্রকাশকদের সাথে আলোচনা করুন।
প্রস্তাব অনুমোদন.
ক্লায়েন্টের ভূমিকা সম্পর্কে আরও জানতে এবং তারা অনুমোদিত ক্রেতাদের মার্কেটপ্লেস UI এ কী অ্যাক্সেস করতে পারে, ClientRole দেখুন।
দৃশ্যমানতা
আপনার ক্লায়েন্টরা প্রকাশকদের কাছে দৃশ্যমান নয়, এবং sellerVisibleTrue সেট না করা পর্যন্ত প্রকাশকদের দ্বারা শুরু করা প্রস্তাবগুলি গ্রহণ করবেন না৷
একজন Client যা প্রকাশকদের কাছে দৃশ্যমান নয় তারা এখনও তাদের 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-24 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."]]