Seller
Stay organized with collections
Save and categorize content based on your preferences.
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."],[[["\u003cp\u003eThe JSON object represents an inventory seller and uses a unique Ad Manager account ID for identification.\u003c/p\u003e\n"],["\u003cp\u003eSellers define themselves using \u003ccode\u003eaccountId\u003c/code\u003e, while an optional \u003ccode\u003esubAccountId\u003c/code\u003e allows for further specification within their account.\u003c/p\u003e\n"],["\u003cp\u003eBoth \u003ccode\u003eaccountId\u003c/code\u003e and \u003ccode\u003esubAccountId\u003c/code\u003e are represented as strings within the JSON object.\u003c/p\u003e\n"],["\u003cp\u003eBuyers can access the seller's \u003ccode\u003eaccountId\u003c/code\u003e through the product, facilitating transactions between them.\u003c/p\u003e\n"]]],["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"],null,["# Seller\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nRepresents a seller of inventory. Each seller is identified by a unique Ad Manager account ID.\n\n| JSON representation ||\n|---------------------------------------------------------|---|\n| ``` { \"accountId\": string, \"subAccountId\": string } ``` |\n\n| Fields ||\n|----------------|-----------------------------------------------------------------------------------------------------------------------------------------|\n| `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. |\n| `subAccountId` | `string` Optional sub-account ID for the seller. |"]]