Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Bidder

import type { Bidder } from "https://googleapis.deno.dev/v1/realtimebidding:v1.ts";

Bidder settings.

interface Bidder {
readonly bypassNonguaranteedDealsPretargeting?: boolean;
readonly cookieMatchingNetworkId?: string;
readonly cookieMatchingUrl?: string;
readonly dealsBillingId?: string;
readonly name?: string;
}

§Properties

§
readonly bypassNonguaranteedDealsPretargeting?: boolean
[src]

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.

§
readonly cookieMatchingNetworkId?: string
[src]

Output only. The buyer's network ID used for cookie matching. This ID corresponds to the google_nid parameter in the URL used in cookie match requests. Refer to https://developers.google.com/authorized-buyers/rtb/cookie-guide for further information.

§
readonly cookieMatchingUrl?: string
[src]

Output only. The base URL used in cookie match requests. Refer to https://developers.google.com/authorized-buyers/rtb/cookie-guide for further information.

§
readonly dealsBillingId?: string
[src]

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.

§
readonly name?: string
[src]

Output only. Name of the bidder resource that must follow the pattern bidders/{bidderAccountId}, where {bidderAccountId} is the account ID of the bidder whose information is to be received. One can get their account ID on the Authorized Buyers or Open Bidding UI, or by contacting their Google account manager.