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

LookbackWindow

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

Specifies how many days into the past to look when determining whether to record a conversion.

interface LookbackWindow {
clickDays?: number;
impressionDays?: number;
}

§Properties

§
clickDays?: number
[src]

Lookback window, in days, from the last time a given user clicked on one of your ads.

§
impressionDays?: number
[src]

Lookback window, in days, from the last time a given user viewed one of your ads.