클라이언트
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
clients
리소스를 사용하여 클라이언트 표현을 만들 수 있습니다.
clients
를 사용하여 제안서를 협상하고 클라이언트를 대신하여 입찰 패키지를 구독할 수 있습니다. clients
리소스를 사용하여
Authorized Buyers Authorized Buyers 마켓플레이스 UI에 대한
클라이언트의 액세스 수준을 관리할 수도 있습니다.
예를 들어 클라이언트의 role
가 CLIENT_DEAL_APPROVER
로 설정된 경우 Authorized Buyers Marketplace UI에서 독립적으로 다음을 수행할 수 있습니다.
- 새 제안서를 시작합니다.
- 게시자와의 협상.
- 제안서를 승인합니다.
클라이언트 역할과 Authorized Buyers Marketplace UI에서 액세스할 수 있는 항목에 대한 자세한 내용은 ClientRole
를 참조하세요.
공개 상태
고객이 게시자에게 표시되지 않으며 sellerVisible
를 True
로 설정하지 않으면 게시자가 시작한 제안서를 수신하지 않습니다.
게시자에게 표시되지 않는 Client
도 role
에서 사용할 수 있는 Marketplace 기능에 계속 액세스할 수 있습니다. 예를 들어 sellerVisible
가 아닌 Client
는 사용자를 대신하여 시작한 제안서를 볼 수 있습니다.
정체성
partnerClientId
를 사용하여 각 Client
에 고유 식별자를 제공할 수 있습니다.
예를 들어 partnerClientId
를 사용하여 Client
를 Client
가 나타내는 클라이언트의 자체 식별자에 매핑하고자 할 수 있습니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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."]]