REST Resource: networks.programmaticBuyers
Stay organized with collections
Save and categorize content based on your preferences.
Resource: ProgrammaticBuyer
Represents a programmatic buyer.
JSON representation |
{
"name": string,
"buyerAccountId": string,
"displayName": string,
"parentAccountId": string,
"partnerClientId": string,
"agency": boolean,
"preferredDealsEnabled": boolean,
"programmaticGuaranteedEnabled": boolean
} |
Fields |
name |
string
Identifier. The resource name of the ProgrammaticBuyer . Format: networks/{networkCode}/programmaticBuyers/{buyerAccountId}
|
buyerAccountId |
string (int64 format)
Output only. The buyer account ID of the buyer.
|
displayName |
string
Output only. The display name of the buyer.
|
parentAccountId |
string (int64 format)
Output only. The ID of the programmatic buyer's sponsor. If the buyer has no sponsor, this field will be -1.
|
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.
|
agency |
boolean
Output only. Whether the buyer is an advertising agency.
|
preferredDealsEnabled |
boolean
Output only. Whether the buyer is enabled for preferred deals.
|
programmaticGuaranteedEnabled |
boolean
Output only. Whether the buyer is enabled for programmatic guaranteed deals.
|
Methods |
|
API to retrieve a ProgrammaticBuyer object. |
|
API to retrieve a list of ProgrammaticBuyer objects. |
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 2025-08-20 UTC.
[null,null,["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. |"]]