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

LookbackConfiguration

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

Lookback configuration settings.

interface LookbackConfiguration {
clickDuration?: number;
postImpressionActivitiesDuration?: number;
}

§Properties

§
clickDuration?: number
[src]

Lookback window, in days, from the last time a given user clicked on one of your ads. If you enter 0, clicks will not be considered as triggering events for floodlight tracking. If you leave this field blank, the default value for your account will be used. Acceptable values are 0 to 90, inclusive.

§
postImpressionActivitiesDuration?: number
[src]

Lookback window, in days, from the last time a given user viewed one of your ads. If you enter 0, impressions will not be considered as triggering events for floodlight tracking. If you leave this field blank, the default value for your account will be used. Acceptable values are 0 to 90, inclusive.