Seller
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[[["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."]]],["The content defines the JSON representation of a seller profile, identified by a unique Ad Manager account. Each seller entry includes two fields: `accountId`, a mandatory string representing the seller's unique ID assigned by the seller, and `subAccountId`, an optional string for a sub-account ID. The `accountId` is made available to buyers in the product.\n"]]