GoogleApi.AuthorizedBuyersMarketplace.V1.Model.ProgrammaticGuaranteedTerms (google_api_authorized_buyers_marketplace v0.2.0) View Source
Pricing terms for Programmatic Guaranteed Deals.
Attributes
-
fixedPrice(type:GoogleApi.AuthorizedBuyersMarketplace.V1.Model.Price.t, default:nil) - Fixed price for the deal. -
guaranteedLooks(type:String.t, default:nil) - Count of guaranteed looks. -
impressionCap(type:String.t, default:nil) - The lifetime impression cap for CPM Sponsorship deals. Deal will stop serving when 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. Valid value is within range 0~100. -
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.AuthorizedBuyersMarketplace.V1.Model.ProgrammaticGuaranteedTerms{
fixedPrice: GoogleApi.AuthorizedBuyersMarketplace.V1.Model.Price.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.