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

CmTrackingAd

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

A Campaign Manager 360 tracking ad.

interface CmTrackingAd {
cmAdId?: bigint;
cmCreativeId?: bigint;
cmPlacementId?: bigint;
}

§Properties

§
cmAdId?: bigint
[src]

Optional. The ad ID of the campaign manager 360 tracking Ad.

§
cmCreativeId?: bigint
[src]

Optional. The creative ID of the campaign manager 360 tracking Ad.

§
cmPlacementId?: bigint
[src]

Optional. The placement ID of the campaign manager 360 tracking Ad.