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

DeliveryControl

import type { DeliveryControl } from "https://googleapis.deno.dev/v1/adexchangebuyer2:v2beta1.ts";

Message contains details about how the deals will be paced.

interface DeliveryControl {
readonly creativeBlockingLevel?: "CREATIVE_BLOCKING_LEVEL_UNSPECIFIED" | "PUBLISHER_BLOCKING_RULES" | "ADX_POLICY_BLOCKING_ONLY";
readonly deliveryRateType?:
| "DELIVERY_RATE_TYPE_UNSPECIFIED"
| "EVENLY"
| "FRONT_LOADED"
| "AS_FAST_AS_POSSIBLE";
readonly frequencyCaps?: FrequencyCap[];
}

§Properties

§
readonly creativeBlockingLevel?: "CREATIVE_BLOCKING_LEVEL_UNSPECIFIED" | "PUBLISHER_BLOCKING_RULES" | "ADX_POLICY_BLOCKING_ONLY"
[src]

Output only. Specified the creative blocking levels to be applied.

§
readonly deliveryRateType?: "DELIVERY_RATE_TYPE_UNSPECIFIED" | "EVENLY" | "FRONT_LOADED" | "AS_FAST_AS_POSSIBLE"
[src]

Output only. Specifies how the impression delivery will be paced.

§
readonly frequencyCaps?: FrequencyCap[]
[src]

Output only. Specifies any frequency caps.