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

RemarketingConfig

import type { RemarketingConfig } from "https://googleapis.deno.dev/v1/displayvideo:v3.ts";

Settings that control the whether remarketing is enabled for the given identified advertiser.

interface RemarketingConfig {
readonly advertiserId?: bigint;
readonly remarketingEnabled?: boolean;
}

§Properties

§
readonly advertiserId?: bigint
[src]

Output only. The ID of the advertiser.

§
readonly remarketingEnabled?: boolean
[src]

Output only. Whether the Floodlight activity remarketing user list is available to the identified advertiser.