GoogleApi.AdExchangeBuyer.V2beta1.Model.GuaranteedFixedPriceTerms (google_api_ad_exchange_buyer v0.40.0) View Source
Terms for Programmatic Guaranteed Deals.
Attributes
-
fixedPrices
(type:list(GoogleApi.AdExchangeBuyer.V2beta1.Model.PricePerBuyer.t)
, default:nil
) - Fixed price for the specified buyer. -
guaranteedImpressions
(type:String.t
, default:nil
) - Guaranteed impressions as a percentage. This is the percentage of guaranteed looks that the buyer is guaranteeing to buy. -
guaranteedLooks
(type:String.t
, default:nil
) - Count of guaranteed looks. Required for deal, optional for product. -
impressionCap
(type:String.t
, default:nil
) - The lifetime impression cap for CPM sponsorship deals. The deal will stop serving when the cap is reached. -
minimumDailyLooks
(type:String.t
, default:nil
) - Daily minimum looks for CPD deal types. -
percentShareOfVoice
(type:String.t
, default:nil
) - For sponsorship deals, this is the percentage of the seller's eligible impressions that the deal will serve until the cap is reached. -
reservationType
(type:String.t
, default:nil
) - 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.AdExchangeBuyer.V2beta1.Model.GuaranteedFixedPriceTerms{ fixedPrices: [GoogleApi.AdExchangeBuyer.V2beta1.Model.PricePerBuyer.t()] | nil, guaranteedImpressions: String.t() | nil, guaranteedLooks: String.t() | nil, impressionCap: String.t() | nil, minimumDailyLooks: String.t() | nil, percentShareOfVoice: String.t() | nil, reservationType: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.