google_api_ad_exchange_buyer v0.11.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: null.

    • Enum - one of [BRANDING_TYPE_UNSPECIFIED, BRANDED, SEMI_TRANSPARENT]
  • description (String.t): Publisher provided description for the terms. 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 (GuaranteedFixedPriceTerms): The terms for guaranteed fixed price deals. Defaults to: null.
  • nonGuaranteedAuctionTerms (NonGuaranteedAuctionTerms): The terms for non-guaranteed auction deals. Defaults to: null.
  • nonGuaranteedFixedPriceTerms (NonGuaranteedFixedPriceTerms): The terms for non-guaranteed fixed price deals. Defaults to: null.
  • 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: 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() :: %GoogleApi.AdExchangeBuyer.V2beta1.Model.DealTerms{
  brandingType: any(),
  description: any(),
  estimatedGrossSpend: GoogleApi.AdExchangeBuyer.V2beta1.Model.Price.t(),
  estimatedImpressionsPerDay: any(),
  guaranteedFixedPriceTerms:
    GoogleApi.AdExchangeBuyer.V2beta1.Model.GuaranteedFixedPriceTerms.t(),
  nonGuaranteedAuctionTerms:
    GoogleApi.AdExchangeBuyer.V2beta1.Model.NonGuaranteedAuctionTerms.t(),
  nonGuaranteedFixedPriceTerms:
    GoogleApi.AdExchangeBuyer.V2beta1.Model.NonGuaranteedFixedPriceTerms.t(),
  sellerTimeZone: any()
}

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.