google_api_ad_exchange_buyer v0.7.0 GoogleApi.AdExchangeBuyer.V14.Model.AccountBidderLocation View Source

Attributes

  • bidProtocol (String.t): The protocol that the bidder endpoint is using. OpenRTB protocols with prefix PROTOCOL_OPENRTB_PROTOBUF use proto buffer, otherwise use JSON. Allowed values: - PROTOCOL_ADX - PROTOCOL_OPENRTB_2_2 - PROTOCOL_OPENRTB_2_3 - PROTOCOL_OPENRTB_2_4 - PROTOCOL_OPENRTB_2_5 - PROTOCOL_OPENRTB_PROTOBUF_2_3 - PROTOCOL_OPENRTB_PROTOBUF_2_4 - PROTOCOL_OPENRTB_PROTOBUF_2_5 Defaults to: null.
  • maximumQps (integer()): The maximum queries per second the Ad Exchange will send. Defaults to: null.
  • region (String.t): The geographical region the Ad Exchange should send requests from. Only used by some quota systems, but always setting the value is recommended. Allowed values: - ASIA - EUROPE - US_EAST - US_WEST Defaults to: null.
  • url (String.t): The URL to which the Ad Exchange will send bid requests. 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.V14.Model.AccountBidderLocation{
  bidProtocol: any(),
  maximumQps: any(),
  region: any(),
  url: 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.