AdvertiserAdServerConfig
import type { AdvertiserAdServerConfig } from "https://googleapis.deno.dev/v1/displayvideo:v4.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.