google_api_ad_exchange_buyer v0.16.0 GoogleApi.AdExchangeBuyer.V14.Model.DealTerms View Source
Attributes
brandingType
(type:String.t
, default:nil
) - Visibilty of the URL in bid requests.crossListedExternalDealIdType
(type:String.t
, default:nil
) - Indicates that this ExternalDealId exists under at least two different AdxInventoryDeals. Currently, the only case that the same ExternalDealId will exist is programmatic cross sell case.description
(type:String.t
, default:nil
) - Description for the proposed terms of the deal.estimatedGrossSpend
(type:GoogleApi.AdExchangeBuyer.V14.Model.Price.t
, default:nil
) - Non-binding estimate of the estimated gross spend for this deal Can be set by buyer or seller.estimatedImpressionsPerDay
(type:String.t
, default:nil
) - Non-binding estimate of the impressions served per day Can be set by buyer or seller.guaranteedFixedPriceTerms
(type:GoogleApi.AdExchangeBuyer.V14.Model.DealTermsGuaranteedFixedPriceTerms.t
, default:nil
) - The terms for guaranteed fixed price deals.nonGuaranteedAuctionTerms
(type:GoogleApi.AdExchangeBuyer.V14.Model.DealTermsNonGuaranteedAuctionTerms.t
, default:nil
) - The terms for non-guaranteed auction deals.nonGuaranteedFixedPriceTerms
(type:GoogleApi.AdExchangeBuyer.V14.Model.DealTermsNonGuaranteedFixedPriceTerms.t
, default:nil
) - The terms for non-guaranteed fixed price deals.rubiconNonGuaranteedTerms
(type:GoogleApi.AdExchangeBuyer.V14.Model.DealTermsRubiconNonGuaranteedTerms.t
, default:nil
) - The terms for rubicon non-guaranteed deals.sellerTimeZone
(type:String.t
, default:nil
) - For deals with Cost Per Day billing, defines the timezone used to mark the boundaries of a day (buyer-readonly)
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.V14.Model.DealTerms{
brandingType: String.t(),
crossListedExternalDealIdType: String.t(),
description: String.t(),
estimatedGrossSpend: GoogleApi.AdExchangeBuyer.V14.Model.Price.t(),
estimatedImpressionsPerDay: String.t(),
guaranteedFixedPriceTerms:
GoogleApi.AdExchangeBuyer.V14.Model.DealTermsGuaranteedFixedPriceTerms.t(),
nonGuaranteedAuctionTerms:
GoogleApi.AdExchangeBuyer.V14.Model.DealTermsNonGuaranteedAuctionTerms.t(),
nonGuaranteedFixedPriceTerms:
GoogleApi.AdExchangeBuyer.V14.Model.DealTermsNonGuaranteedFixedPriceTerms.t(),
rubiconNonGuaranteedTerms:
GoogleApi.AdExchangeBuyer.V14.Model.DealTermsRubiconNonGuaranteedTerms.t(),
sellerTimeZone: String.t()
}
t() :: %GoogleApi.AdExchangeBuyer.V14.Model.DealTerms{ brandingType: String.t(), crossListedExternalDealIdType: String.t(), description: String.t(), estimatedGrossSpend: GoogleApi.AdExchangeBuyer.V14.Model.Price.t(), estimatedImpressionsPerDay: String.t(), guaranteedFixedPriceTerms: GoogleApi.AdExchangeBuyer.V14.Model.DealTermsGuaranteedFixedPriceTerms.t(), nonGuaranteedAuctionTerms: GoogleApi.AdExchangeBuyer.V14.Model.DealTermsNonGuaranteedAuctionTerms.t(), nonGuaranteedFixedPriceTerms: GoogleApi.AdExchangeBuyer.V14.Model.DealTermsNonGuaranteedFixedPriceTerms.t(), rubiconNonGuaranteedTerms: GoogleApi.AdExchangeBuyer.V14.Model.DealTermsRubiconNonGuaranteedTerms.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.