google_api_ad_exchange_buyer v0.7.0 GoogleApi.AdExchangeBuyer.V14.Model.DealTerms View Source
Attributes
- brandingType (String.t): Visibilty of the URL in bid requests. Defaults to:
null
. - crossListedExternalDealIdType (String.t): 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. Defaults to:
null
. - description (String.t): Description for the proposed terms of the deal. Defaults to:
null
. - estimatedGrossSpend (Price): Non-binding estimate of the estimated gross spend for this deal Can be set by buyer or seller. Defaults to:
null
. - estimatedImpressionsPerDay (String.t): Non-binding estimate of the impressions served per day Can be set by buyer or seller. Defaults to:
null
. - guaranteedFixedPriceTerms (DealTermsGuaranteedFixedPriceTerms): The terms for guaranteed fixed price deals. Defaults to:
null
. - nonGuaranteedAuctionTerms (DealTermsNonGuaranteedAuctionTerms): The terms for non-guaranteed auction deals. Defaults to:
null
. - nonGuaranteedFixedPriceTerms (DealTermsNonGuaranteedFixedPriceTerms): The terms for non-guaranteed fixed price deals. Defaults to:
null
. - rubiconNonGuaranteedTerms (DealTermsRubiconNonGuaranteedTerms): The terms for rubicon non-guaranteed deals. Defaults to:
null
. - sellerTimeZone (String.t): For deals with Cost Per Day billing, defines the timezone used to mark the boundaries of a day (buyer-readonly) Defaults to:
null
.
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: any(),
crossListedExternalDealIdType: any(),
description: any(),
estimatedGrossSpend: GoogleApi.AdExchangeBuyer.V14.Model.Price.t(),
estimatedImpressionsPerDay: any(),
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: any()
}
t() :: %GoogleApi.AdExchangeBuyer.V14.Model.DealTerms{ brandingType: any(), crossListedExternalDealIdType: any(), description: any(), estimatedGrossSpend: GoogleApi.AdExchangeBuyer.V14.Model.Price.t(), estimatedImpressionsPerDay: any(), 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: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.