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

FrequencyCap

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

Frequency Cap.

interface FrequencyCap {
duration?: bigint;
impressions?: bigint;
}

§Properties

§
duration?: bigint
[src]

Duration of time, in seconds, for this frequency cap. The maximum duration is 90 days. Acceptable values are 1 to 7776000, inclusive.

§
impressions?: bigint
[src]

Number of times an individual user can be served the ad within the specified duration. Acceptable values are 1 to 15, inclusive.