View Source GoogleApi.AdExchangeBuyer.V14.Model.DealTerms (google_api_ad_exchange_buyer v0.41.0)

Attributes

  • brandingType (type: String.t, default: nil) - Visibility 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)

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AdExchangeBuyer.V14.Model.DealTerms{
  brandingType: String.t() | nil,
  crossListedExternalDealIdType: String.t() | nil,
  description: String.t() | nil,
  estimatedGrossSpend: GoogleApi.AdExchangeBuyer.V14.Model.Price.t() | nil,
  estimatedImpressionsPerDay: String.t() | nil,
  guaranteedFixedPriceTerms:
    GoogleApi.AdExchangeBuyer.V14.Model.DealTermsGuaranteedFixedPriceTerms.t()
    | nil,
  nonGuaranteedAuctionTerms:
    GoogleApi.AdExchangeBuyer.V14.Model.DealTermsNonGuaranteedAuctionTerms.t()
    | nil,
  nonGuaranteedFixedPriceTerms:
    GoogleApi.AdExchangeBuyer.V14.Model.DealTermsNonGuaranteedFixedPriceTerms.t()
    | nil,
  rubiconNonGuaranteedTerms:
    GoogleApi.AdExchangeBuyer.V14.Model.DealTermsRubiconNonGuaranteedTerms.t()
    | nil,
  sellerTimeZone: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.