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

DeliverySchedule

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

Delivery Schedule.

interface DeliverySchedule {
frequencyCap?: FrequencyCap;
hardCutoff?: boolean;
impressionRatio?: bigint;
priority?:
| "AD_PRIORITY_01"
| "AD_PRIORITY_02"
| "AD_PRIORITY_03"
| "AD_PRIORITY_04"
| "AD_PRIORITY_05"
| "AD_PRIORITY_06"
| "AD_PRIORITY_07"
| "AD_PRIORITY_08"
| "AD_PRIORITY_09"
| "AD_PRIORITY_10"
| "AD_PRIORITY_11"
| "AD_PRIORITY_12"
| "AD_PRIORITY_13"
| "AD_PRIORITY_14"
| "AD_PRIORITY_15"
| "AD_PRIORITY_16";
}

§Properties

§
frequencyCap?: FrequencyCap
[src]

Limit on the number of times an individual user can be served the ad within a specified period of time.

§
hardCutoff?: boolean
[src]

Whether or not hard cutoff is enabled. If true, the ad will not serve after the end date and time. Otherwise the ad will continue to be served until it has reached its delivery goals.

§
impressionRatio?: bigint
[src]

Impression ratio for this ad. This ratio determines how often each ad is served relative to the others. For example, if ad A has an impression ratio of 1 and ad B has an impression ratio of 3, then Campaign Manager will serve ad B three times as often as ad A. Acceptable values are 1 to 10, inclusive.

§
priority?: "AD_PRIORITY_01" | "AD_PRIORITY_02" | "AD_PRIORITY_03" | "AD_PRIORITY_04" | "AD_PRIORITY_05" | "AD_PRIORITY_06" | "AD_PRIORITY_07" | "AD_PRIORITY_08" | "AD_PRIORITY_09" | "AD_PRIORITY_10" | "AD_PRIORITY_11" | "AD_PRIORITY_12" | "AD_PRIORITY_13" | "AD_PRIORITY_14" | "AD_PRIORITY_15" | "AD_PRIORITY_16"
[src]

Serving priority of an ad, with respect to other ads. The lower the priority number, the greater the priority with which it is served.