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:v3.ts";

A Campaign Manager 360 tracking ad.

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

§Properties

§
cmAdId?: bigint
[src]

The ad ID of the campaign manager 360 tracking Ad.

§
cmCreativeId?: bigint
[src]

The creative ID of the campaign manager 360 tracking Ad.

§
cmPlacementId?: bigint
[src]

The placement ID of the campaign manager 360 tracking Ad.