GoogleApi.AdExchangeBuyer.V2beta1.Model.GuaranteedFixedPriceTerms (google_api_ad_exchange_buyer v0.35.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. -
minimumDailyLooks
(type:String.t
, default:nil
) - Daily minimum looks for CPD deal types.
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()], guaranteedImpressions: String.t(), guaranteedLooks: String.t(), minimumDailyLooks: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.