google_api_ad_exchange_buyer v0.15.0 GoogleApi.AdExchangeBuyer.V14.Model.DealTerms View Source

Attributes

  • brandingType (String.t): Visibilty of the URL in bid requests. Defaults to nil.
  • 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 nil.
  • description (String.t): Description for the proposed terms of the deal. Defaults to nil.
  • estimatedGrossSpend (GoogleApi.AdExchangeBuyer.V14.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.V14.Model.DealTermsGuaranteedFixedPriceTerms.t): The terms for guaranteed fixed price deals. Defaults to nil.
  • nonGuaranteedAuctionTerms (GoogleApi.AdExchangeBuyer.V14.Model.DealTermsNonGuaranteedAuctionTerms.t): The terms for non-guaranteed auction deals. Defaults to nil.
  • nonGuaranteedFixedPriceTerms (GoogleApi.AdExchangeBuyer.V14.Model.DealTermsNonGuaranteedFixedPriceTerms.t): The terms for non-guaranteed fixed price deals. Defaults to nil.
  • rubiconNonGuaranteedTerms (GoogleApi.AdExchangeBuyer.V14.Model.DealTermsRubiconNonGuaranteedTerms.t): The terms for rubicon non-guaranteed deals. Defaults to nil.
  • 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 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() :: %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
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.