Resource: Bidder
Bidder settings.
JSON representation |
---|
{ "name": string, "cookieMatchingUrl": string, "cookieMatchingNetworkId": string, "bypassNonguaranteedDealsPretargeting": boolean, "dealsBillingId": string } |
Fields | |
---|---|
name |
Output only. Name of the bidder resource that must follow the pattern One can get their account ID on the Authorized Buyers or Open Bidding UI, or by contacting their Google account manager. |
cookieMatchingUrl |
Output only. The base URL used in cookie match requests. Refer to https://developers.google.com/authorized-buyers/rtb/cookie-guide for further information. |
cookieMatchingNetworkId |
Output only. The buyer's network ID used for cookie matching. This ID corresponds to the |
bypassNonguaranteedDealsPretargeting |
Output only. An option to bypass pretargeting for private auctions and preferred deals. When true, bid requests from these nonguaranteed deals will always be sent. When false, bid requests will be subject to regular pretargeting configurations. Programmatic Guaranteed deals will always be sent to the bidder, regardless of the value for this flag. Auction packages are not impacted by this value and are subject to the regular pretargeting configurations. |
dealsBillingId |
Output only. The billing ID for the deals pretargeting config. This billing ID is sent on the bid request for guaranteed and nonguaranteed deals matched in pretargeting. |
Methods |
|
---|---|
|
Gets a bidder account by its name. |
|
Lists all the bidder accounts that belong to the caller. |