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

AdvertiserAndBrand

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

Detected advertiser and brand information.

interface AdvertiserAndBrand {
advertiserId?: bigint;
advertiserName?: string;
brandId?: bigint;
brandName?: string;
}

§Properties

§
advertiserId?: bigint
[src]

See https://storage.googleapis.com/adx-rtb-dictionaries/advertisers.txt for the list of possible values. Can be used to filter the response of the creatives.list method.

§
advertiserName?: string
[src]

Advertiser name. Can be used to filter the response of the creatives.list method.

§
brandId?: bigint
[src]

Detected brand ID or zero if no brand has been detected. See https://storage.googleapis.com/adx-rtb-dictionaries/brands.txt for the list of possible values. Can be used to filter the response of the creatives.list method.

§
brandName?: string
[src]

Brand name. Can be used to filter the response of the creatives.list method.