AI-generated Key Takeaways
-
The
clients
resource allows you to create representations of your clients to negotiate proposals and subscribe to auction packages. -
You can manage your clients' access level to the Authorized Buyers Marketplace UI using the
clients
resource and by setting theirrole
. -
Clients are not visible to publishers by default unless
sellerVisible
is set toTrue
. -
You can provide a unique identifier for each client using
partnerClientId
.
You can create representations of your clients with the
clients
resource.
You can use clients
to negotiate proposals, and subscribe to auction
packages on behalf of your clients. You can also use the clients
resource
to manage the level of access your clients have to the Authorized Buyers
Authorized Buyers Marketplace UI.
For example, if a client’s
role
is set to CLIENT_DEAL_APPROVER
, they can
independently do the following in the Authorized Buyers Marketplace UI:
- Initiate new proposals.
- Negotiate with publishers.
- Approve proposals.
To learn more about client roles and what they can access in the
Authorized Buyers Marketplace UI, see
ClientRole
.
Visibility
Your clients aren’t visible to publishers, and don’t receive proposals initiated
by publishers unless sellerVisible
is set to True
.
A Client
that isn't visible to publishers can still access Marketplace
features that are available to their role
. For example, a Client
that isn't
sellerVisible
can view proposals you initiate on their behalf.
Identification
You can provide a unique identifier for each Client
with partnerClientId
.
For example, you might want to use partnerClientId
to map a Client
to your
own identifier for the client the Client
represents.