v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1350108168.1 KB
accounts

Updates an existing client buyer.

put/v2beta1/accounts/{accountId}/clients/{clientAccountId}

Path parameters

accountIdstring required

Unique numerical account ID for the buyer of which the client buyer is a customer; the sponsor buyer to update a client for. (required)

clientAccountIdstring required

Unique numerical account ID of the client to update. (required)

Request body

clientAccountIdstring int64

The globally-unique numerical ID of the client. The value of this field is ignored in create and update operations.

status'CLIENT_STATUS_UNSPECIFIED' | 'DISABLED' | 'ACTIVE'

The status of the client buyer.

clientNamestring

Name used to represent this client to publishers. You may have multiple clients that map to the same entity, but for each client the combination of clientName and entity must be unique. You can specify this field as empty. Maximum length of 255 characters is allowed.

entityType'ENTITY_TYPE_UNSPECIFIED' | 'ADVERTISER' | 'BRAND' | 'AGENCY' | 'ENTITY_TYPE_UNCLASSIFIED'

An optional field for specifying the type of the client entity: ADVERTISER, BRAND, or AGENCY.

visibleToSellerboolean

Whether the client buyer will be visible to sellers.

entityNamestring

The name of the entity. This field is automatically fetched based on the type and ID. The value of this field is ignored in create and update operations.

role'CLIENT_ROLE_UNSPECIFIED' | 'CLIENT_DEAL_VIEWER' | 'CLIENT_DEAL_NEGOTIATOR' | 'CLIENT_DEAL_APPROVER'

The role which is assigned to the client buyer. Each role implies a set of permissions granted to the client. Must be one of CLIENT_DEAL_VIEWER, CLIENT_DEAL_NEGOTIATOR or CLIENT_DEAL_APPROVER.

partnerClientIdstring

Optional arbitrary unique identifier of this client buyer from the standpoint of its Ad Exchange sponsor buyer. This field can be used to associate a client buyer with the identifier in the namespace of its sponsor buyer, lookup client buyers by that identifier and verify whether an Ad Exchange counterpart of a given client buyer already exists. If present, must be unique among all the client buyers for its Ad Exchange sponsor buyer.

entityIdstring int64

Numerical identifier of the client entity. The entity can be an advertiser, a brand, or an agency. This identifier is unique among all the entities with the same type. The value of this field is ignored if the entity type is not provided. A list of all known advertisers with their identifiers is available in the advertisers.txt file. A list of all known brands with their identifiers is available in the brands.txt file. A list of all known agencies with their identifiers is available in the agencies.txt file.

Response

Successful response