[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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. |"]]