AI-generated Key Takeaways
-
The ProgrammaticBuyer resource represents a programmatic buyer and has fields like
name
,buyerAccountId
, anddisplayName
. -
The resource provides methods to retrieve a single
ProgrammaticBuyer
object usingget
or a list ofProgrammaticBuyer
objects usinglist
. -
Key attributes of a ProgrammaticBuyer include whether they are an agency, if they are enabled for preferred deals, and if they are enabled for programmatic guaranteed deals.
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 |
Identifier. The resource name of the |
buyerAccountId |
Output only. The buyer account ID of the buyer. |
displayName |
Output only. The display name of the buyer. |
parentAccountId |
Output only. The ID of the programmatic buyer's sponsor. If the buyer has no sponsor, this field will be -1. |
partnerClientId |
Output only. ID of the Display & Video 360 client buyer partner ID (if Display & Video 360) or Authorized Buyers client buyer account ID. |
agency |
Output only. Whether the buyer is an advertising agency. |
preferredDealsEnabled |
Output only. Whether the buyer is enabled for preferred deals. |
programmaticGuaranteedEnabled |
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. |