google_api_ad_exchange_seller v0.1.0 GoogleApi.AdExchangeSeller.V20.Model.PreferredDeal View Source

Attributes

  • advertiserName (String.t): The name of the advertiser this deal is for. Defaults to: null.
  • buyerNetworkName (String.t): The name of the buyer network this deal is for. Defaults to: null.
  • currencyCode (String.t): The currency code that applies to the fixed_cpm value. If not set then assumed to be USD. Defaults to: null.
  • endTime (String.t): Time when this deal stops being active in seconds since the epoch (GMT). If not set then this deal is valid until manually disabled by the publisher. Defaults to: null.
  • fixedCpm (String.t): The fixed price for this preferred deal. In cpm micros of currency according to currencyCode. If set, then this preferred deal is eligible for the fixed price tier of buying (highest priority, pay exactly the configured fixed price). Defaults to: null.
  • id (String.t): Unique identifier of this preferred deal. Defaults to: null.
  • kind (String.t): Kind of resource this is, in this case adexchangeseller#preferredDeal. Defaults to: null.
  • startTime (String.t): Time when this deal becomes active in seconds since the epoch (GMT). If not set then this deal is active immediately upon creation. 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.AdExchangeSeller.V20.Model.PreferredDeal{
  advertiserName: any(),
  buyerNetworkName: any(),
  currencyCode: any(),
  endTime: any(),
  fixedCpm: any(),
  id: any(),
  kind: any(),
  startTime: 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.