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

GuaranteedFixedPriceTerms

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

Terms for Programmatic Guaranteed Deals.

interface GuaranteedFixedPriceTerms {
fixedPrices?: PricePerBuyer[];
guaranteedImpressions?: bigint;
guaranteedLooks?: bigint;
impressionCap?: bigint;
minimumDailyLooks?: bigint;
percentShareOfVoice?: bigint;
reservationType?: "RESERVATION_TYPE_UNSPECIFIED" | "STANDARD" | "SPONSORSHIP";
}

§Properties

§
fixedPrices?: PricePerBuyer[]
[src]

Fixed price for the specified buyer.

§
guaranteedImpressions?: bigint
[src]

Guaranteed impressions as a percentage. This is the percentage of guaranteed looks that the buyer is guaranteeing to buy.

§
guaranteedLooks?: bigint
[src]

Count of guaranteed looks. Required for deal, optional for product. For CPD deals, buyer changes to guaranteed_looks will be ignored.

§
impressionCap?: bigint
[src]

The lifetime impression cap for CPM sponsorship deals. The deal will stop serving when the 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.

§
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.