class Google::Apis::AuthorizedbuyersmarketplaceV1::ProgrammaticGuaranteedTerms
Pricing terms for Programmatic Guaranteed Deals.
Attributes
Represents a price and a pricing type for a deal. Corresponds to the JSON property ‘fixedPrice` @return [Google::Apis::AuthorizedbuyersmarketplaceV1::Price]
Count of guaranteed looks. Corresponds to the JSON property ‘guaranteedLooks` @return [Fixnum]
The lifetime impression cap for CPM Sponsorship deals. Deal
will stop serving when cap is reached. Corresponds to the JSON property ‘impressionCap` @return [Fixnum]
Daily minimum looks for CPD deal types. Corresponds to the JSON property ‘minimumDailyLooks` @return [Fixnum]
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. Corresponds to the JSON property ‘reservationType` @return [String]
Public Class Methods
# File lib/google/apis/authorizedbuyersmarketplace_v1/classes.rb, line 1495 def initialize(**args) update!(**args) end
Public Instance Methods
Update properties of this object
# File lib/google/apis/authorizedbuyersmarketplace_v1/classes.rb, line 1500 def update!(**args) @fixed_price = args[:fixed_price] if args.key?(:fixed_price) @guaranteed_looks = args[:guaranteed_looks] if args.key?(:guaranteed_looks) @impression_cap = args[:impression_cap] if args.key?(:impression_cap) @minimum_daily_looks = args[:minimum_daily_looks] if args.key?(:minimum_daily_looks) @percent_share_of_voice = args[:percent_share_of_voice] if args.key?(:percent_share_of_voice) @reservation_type = args[:reservation_type] if args.key?(:reservation_type) end