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

AdvertiserAdServerConfig

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

Ad server related settings of an advertiser.

interface AdvertiserAdServerConfig {
cmHybridConfig?: CmHybridConfig;
thirdPartyOnlyConfig?: ThirdPartyOnlyConfig;
}

§Properties

§
cmHybridConfig?: CmHybridConfig
[src]

The configuration for advertisers that use both Campaign Manager 360 (CM360) and third-party ad servers.

§
thirdPartyOnlyConfig?: ThirdPartyOnlyConfig
[src]

The configuration for advertisers that use third-party ad servers only.