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

CmHybridConfig

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

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

interface CmHybridConfig {
cmAccountId?: bigint;
readonly cmAdvertiserIds?: bigint[];
cmFloodlightConfigId?: bigint;
cmFloodlightLinkingAuthorized?: boolean;
cmSyncableSiteIds?: bigint[];
dv360ToCmCostReportingEnabled?: boolean;
dv360ToCmDataSharingEnabled?: boolean;
}

§Properties

§
cmAccountId?: bigint
[src]

Required. Immutable. Account ID of the CM360 Floodlight configuration linked with the DV360 advertiser.

§
readonly cmAdvertiserIds?: bigint[]
[src]

Output only. The set of CM360 Advertiser IDs sharing the CM360 Floodlight configuration.

§
cmFloodlightConfigId?: bigint
[src]

Required. Immutable. ID of the CM360 Floodlight configuration linked with the DV360 advertiser.

§
cmFloodlightLinkingAuthorized?: boolean
[src]

Required. Immutable. By setting this field to true, you, on behalf of your company, authorize the sharing of information from the given Floodlight configuration to this Display & Video 360 advertiser.

§
cmSyncableSiteIds?: bigint[]
[src]

A list of CM360 sites whose placements will be synced to DV360 as creatives. If absent or empty in CreateAdvertiser method, the system will automatically create a CM360 site. Removing sites from this list may cause DV360 creatives synced from CM360 to be deleted. At least one site must be specified.

§
dv360ToCmCostReportingEnabled?: boolean
[src]

Whether or not to report DV360 cost to CM360.

§
dv360ToCmDataSharingEnabled?: boolean
[src]

Whether or not to include DV360 data in CM360 data transfer reports.