[[["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 2025-08-20 UTC."],[],[],null,["# REST Resource: networks.programmaticBuyers\n\n- [Resource: ProgrammaticBuyer](#ProgrammaticBuyer)\n - [JSON representation](#ProgrammaticBuyer.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: ProgrammaticBuyer\n---------------------------\n\nRepresents a programmatic buyer.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"buyerAccountId\": string, \"displayName\": string, \"parentAccountId\": string, \"partnerClientId\": string, \"agency\": boolean, \"preferredDealsEnabled\": boolean, \"programmaticGuaranteedEnabled\": boolean } ``` |\n\n| Fields ||\n|---------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Identifier. The resource name of the `ProgrammaticBuyer`. Format: `networks/{networkCode}/programmaticBuyers/{buyerAccountId}` |\n| `buyerAccountId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Output only. The buyer account ID of the buyer. |\n| `displayName` | `string` Output only. The display name of the buyer. |\n| `parentAccountId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Output only. The ID of the programmatic buyer's sponsor. If the buyer has no sponsor, this field will be -1. |\n| `partnerClientId` | `string` Output only. ID of the Display \\& Video 360 client buyer partner ID (if Display \\& Video 360) or Authorized Buyers client buyer account ID. |\n| `agency` | `boolean` Output only. Whether the buyer is an advertising agency. |\n| `preferredDealsEnabled` | `boolean` Output only. Whether the buyer is enabled for preferred deals. |\n| `programmaticGuaranteedEnabled` | `boolean` Output only. Whether the buyer is enabled for programmatic guaranteed deals. |\n\n| Methods ------- ||\n|-------------------------------------------------------------------------------------|--------------------------------------------------------|\n| ### [get](/ad-manager/api/beta/reference/rest/v1/networks.programmaticBuyers/get) | API to retrieve a `ProgrammaticBuyer` object. |\n| ### [list](/ad-manager/api/beta/reference/rest/v1/networks.programmaticBuyers/list) | API to retrieve a list of `ProgrammaticBuyer` objects. |"]]