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

TrackingFloodlightActivityConfig

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

Settings that control the behavior of a single Floodlight activity config.

interface TrackingFloodlightActivityConfig {
floodlightActivityId?: bigint;
postClickLookbackWindowDays?: number;
postViewLookbackWindowDays?: number;
}

§Properties

§
floodlightActivityId?: bigint
[src]

Required. The ID of the Floodlight activity.

§
postClickLookbackWindowDays?: number
[src]

Required. The number of days after an ad has been clicked in which a conversion may be counted. Must be between 0 and 90 inclusive.

§
postViewLookbackWindowDays?: number
[src]

Required. The number of days after an ad has been viewed in which a conversion may be counted. Must be between 0 and 90 inclusive.