Khách hàng
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Bạn có thể tạo bản trình bày cho khách hàng của mình bằng tài nguyên clients
.
Bạn có thể sử dụng clients
để thương lượng các đề xuất và đăng ký các gói đấu giá
thay mặt cho khách hàng của mình. Bạn cũng có thể sử dụng tài nguyên clients
để quản lý cấp truy cập mà khách hàng của bạn có vào Giao diện người dùng Marketplace của Authorized Buyers.
Ví dụ: nếu role
của một khách hàng được đặt thành CLIENT_DEAL_APPROVER
, họ có thể thực hiện những thao tác sau một cách độc lập trong giao diện người dùng Marketplace của Authorized Buyers:
- Tạo đề xuất mới.
- Thương lượng với nhà xuất bản.
- Phê duyệt đề xuất.
Để tìm hiểu thêm về các vai trò của khách hàng và những nội dung mà họ có thể truy cập trong
giao diện người dùng Marketplace của Authorized Buyers, hãy xem
ClientRole
.
Chế độ hiển thị
Khách hàng của bạn sẽ không hiển thị với nhà xuất bản và sẽ không nhận được đề xuất do nhà xuất bản tạo trừ phi sellerVisible
được đặt thành True
.
Một Client
mà nhà xuất bản không thấy vẫn có thể truy cập vào các tính năng của Marketplace có sẵn cho role
của họ. Ví dụ: Client
không phải là sellerVisible
có thể xem các đề xuất bạn tạo thay mặt cho họ.
Phát triển mối đồng cảm
Bạn có thể cung cấp một giá trị nhận dạng duy nhất cho từng Client
bằng partnerClientId
.
Ví dụ: bạn nên sử dụng partnerClientId
để liên kết Client
với giá trị nhận dạng của riêng bạn cho ứng dụng mà Client
đại diện.
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-25 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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."]]