google_api_ad_exchange_buyer v0.15.0 GoogleApi.AdExchangeBuyer.V2beta1.Model.DealTerms View Source
The deal terms specify the details of a Product/deal. They specify things like price per buyer, the type of pricing model (e.g., fixed price, auction) and expected impressions from the publisher.
Attributes
- brandingType (String.t): Visibility of the URL in bid requests. (default: BRANDED) Defaults to
nil
. - description (String.t): Publisher provided description for the terms. Defaults to
nil
. - estimatedGrossSpend (GoogleApi.AdExchangeBuyer.V2beta1.Model.Price.t): Non-binding estimate of the estimated gross spend for this deal.
Can be set by buyer or seller. Defaults to
nil
. - estimatedImpressionsPerDay (String.t): Non-binding estimate of the impressions served per day.
Can be set by buyer or seller. Defaults to
nil
. - guaranteedFixedPriceTerms (GoogleApi.AdExchangeBuyer.V2beta1.Model.GuaranteedFixedPriceTerms.t): The terms for guaranteed fixed price deals. Defaults to
nil
. - nonGuaranteedAuctionTerms (GoogleApi.AdExchangeBuyer.V2beta1.Model.NonGuaranteedAuctionTerms.t): The terms for non-guaranteed auction deals. Defaults to
nil
. - nonGuaranteedFixedPriceTerms (GoogleApi.AdExchangeBuyer.V2beta1.Model.NonGuaranteedFixedPriceTerms.t): The terms for non-guaranteed fixed price deals. Defaults to
nil
. - sellerTimeZone (String.t): The time zone name. For deals with Cost Per Day billing, defines the
time zone used to mark the boundaries of a day. It should be an
IANA TZ name, such as "America/Los_Angeles". For more information,
see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones. Defaults to
nil
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.AdExchangeBuyer.V2beta1.Model.DealTerms{
brandingType: String.t(),
description: String.t(),
estimatedGrossSpend: GoogleApi.AdExchangeBuyer.V2beta1.Model.Price.t(),
estimatedImpressionsPerDay: String.t(),
guaranteedFixedPriceTerms:
GoogleApi.AdExchangeBuyer.V2beta1.Model.GuaranteedFixedPriceTerms.t(),
nonGuaranteedAuctionTerms:
GoogleApi.AdExchangeBuyer.V2beta1.Model.NonGuaranteedAuctionTerms.t(),
nonGuaranteedFixedPriceTerms:
GoogleApi.AdExchangeBuyer.V2beta1.Model.NonGuaranteedFixedPriceTerms.t(),
sellerTimeZone: String.t()
}
t() :: %GoogleApi.AdExchangeBuyer.V2beta1.Model.DealTerms{ brandingType: String.t(), description: String.t(), estimatedGrossSpend: GoogleApi.AdExchangeBuyer.V2beta1.Model.Price.t(), estimatedImpressionsPerDay: String.t(), guaranteedFixedPriceTerms: GoogleApi.AdExchangeBuyer.V2beta1.Model.GuaranteedFixedPriceTerms.t(), nonGuaranteedAuctionTerms: GoogleApi.AdExchangeBuyer.V2beta1.Model.NonGuaranteedAuctionTerms.t(), nonGuaranteedFixedPriceTerms: GoogleApi.AdExchangeBuyer.V2beta1.Model.NonGuaranteedFixedPriceTerms.t(), sellerTimeZone: String.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.