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

CustomBiddingAlgorithmsScriptsGetOptions

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

Additional options for DisplayVideo#customBiddingAlgorithmsScriptsGet.

interface CustomBiddingAlgorithmsScriptsGetOptions {
advertiserId?: bigint;
partnerId?: bigint;
}

§Properties

§
advertiserId?: bigint
[src]

The ID of the advertiser that owns the parent custom bidding algorithm.

§
partnerId?: bigint
[src]

The ID of the partner that owns the parent custom bidding algorithm. Only this partner will have write access to this custom bidding script.