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

ProgrammaticGuaranteedTerms

import type { ProgrammaticGuaranteedTerms } from "https://googleapis.deno.dev/v1/authorizedbuyersmarketplace:v1.ts";

Pricing terms for Programmatic Guaranteed Deals.

interface ProgrammaticGuaranteedTerms {
fixedPrice?: Price;
guaranteedLooks?: bigint;
impressionCap?: bigint;
minimumDailyLooks?: bigint;
percentShareOfVoice?: bigint;
reservationType?: "RESERVATION_TYPE_UNSPECIFIED" | "STANDARD" | "SPONSORSHIP";
}

§Properties

§
fixedPrice?: Price
[src]

Fixed price for the deal.

§
guaranteedLooks?: bigint
[src]

Count of guaranteed looks. For CPD deals, buyer changes to guaranteed_looks will be ignored.

§
impressionCap?: bigint
[src]

The lifetime impression cap for CPM Sponsorship deals. Deal will stop serving when cap is reached.

§
minimumDailyLooks?: bigint
[src]

Daily minimum looks for CPD deal types. For CPD deals, buyer should negotiate on this field instead of guaranteed_looks.

§
percentShareOfVoice?: bigint
[src]

For sponsorship deals, this is the percentage of the seller's eligible impressions that the deal will serve until the cap is reached. Valid value is within range 0~100.

§
reservationType?: "RESERVATION_TYPE_UNSPECIFIED" | "STANDARD" | "SPONSORSHIP"
[src]

The reservation type for a Programmatic Guaranteed deal. This indicates whether the number of impressions is fixed, or a percent of available impressions. If not specified, the default reservation type is STANDARD.