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

Buyer

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

RTB Buyer account information.

interface Buyer {
readonly activeCreativeCount?: bigint;
readonly bidder?: string;
readonly billingIds?: string[];
readonly displayName?: string;
readonly maximumActiveCreativeCount?: bigint;
readonly name?: string;
}

§Properties

§
readonly activeCreativeCount?: bigint
[src]

Output only. The number of creatives that this buyer submitted through the API or bid with in the last 30 days. This is counted against the maximum number of active creatives.

§
readonly bidder?: string
[src]

Output only. The name of the bidder resource that is responsible for receiving bidding traffic for this account. The bidder name must follow the pattern bidders/{bidderAccountId}, where {bidderAccountId} is the account ID of the bidder receiving traffic for this buyer.

§
readonly billingIds?: string[]
[src]

Output only. A list of billing IDs associated with this account. These IDs appear on: 1. A bid request, to signal which buyers are eligible to bid on a given opportunity, and which pretargeting configurations were matched for each eligible buyer. 2. The bid response, to attribute a winning impression to a specific account for billing, reporting, policy and publisher block enforcement.

§
readonly displayName?: string
[src]

Output only. The diplay name associated with this buyer account, as visible to sellers.

§
readonly maximumActiveCreativeCount?: bigint
[src]

Output only. The maximum number of active creatives that this buyer can have.

§
readonly name?: string
[src]

Output only. Name of the buyer resource that must follow the pattern buyers/{buyerAccountId}, where {buyerAccountId} is the account ID of the buyer account 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.