Seller

  • The JSON object represents an inventory seller and uses a unique Ad Manager account ID for identification.

  • Sellers define themselves using accountId, while an optional subAccountId allows for further specification within their account.

  • Both accountId and subAccountId are represented as strings within the JSON object.

  • Buyers can access the seller's accountId through the product, facilitating transactions between them.

Represents a seller of inventory. Each seller is identified by a unique Ad Manager account ID.

JSON representation
{
  "accountId": string,
  "subAccountId": string
}
Fields
accountId

string

The unique ID for the seller. The seller fills in this field. The seller account ID is then available to buyer in the product.

subAccountId

string

Optional sub-account ID for the seller.