クライアント
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
clients
リソースを使用して、クライアントの表現を作成できます。
clients
を使用して、プロポーザルについて交渉し、クライアントに代わってオークション パッケージに登録できます。また、clients
リソースを使用して、認定バイヤーの認定バイヤー マーケットプレイスの UI に対するクライアントのアクセスレベルを管理することもできます。
たとえば、クライアントの role
が CLIENT_DEAL_APPROVER
に設定されている場合、認定バイヤー マーケットプレイスの UI で個別に次の操作を行えます。
- 新しいプロポーザルを開始します。
- パブリッシャーと交渉する。
- 提案を承認する。
クライアントの役割と、認定バイヤーのマーケットプレイスの管理画面でそれらがアクセスできるものについて詳しくは、ClientRole
をご覧ください。
公開設定
sellerVisible
が True
に設定されていない限り、クライアントはパブリッシャーに対して表示されず、パブリッシャーが開始したプロポーザルを受信しません。
パブリッシャーに対して表示されない Client
でも、role
で利用可能な Marketplace の機能には引き続きアクセスできます。たとえば、sellerVisible
ではない Client
は、ユーザーに代わって開始したプロポーザルを表示できます。
特定
partnerClientId
を使用して、Client
ごとに一意の識別子を指定できます。
たとえば、partnerClientId
を使用して、Client
が表すクライアントの独自の識別子に Client
をマッピングできます。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 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."]]