GoogleApi.RealTimeBidding.V1.Model.Endpoint (google_api_real_time_bidding v0.13.2)

View Source

Bidder endpoint that receives bid requests.

Attributes

  • bidProtocol (type: String.t, default: nil) - The protocol that the bidder endpoint is using.
  • maximumQps (type: String.t, default: nil) - The maximum number of queries per second allowed to be sent to this server.
  • name (type: String.t, default: nil) - Output only. Name of the endpoint resource that must follow the pattern bidders/{bidderAccountId}/endpoints/{endpointId}, where {bidderAccountId} is the account ID of the bidder who operates this endpoint, and {endpointId} is a unique ID assigned by the server.
  • tradingLocation (type: String.t, default: nil) - The trading location that bid requests should be sent from. See https://developers.google.com/authorized-buyers/rtb/peer-guide#trading-locations for further information.
  • url (type: String.t, default: nil) - Output only. The URL that bid requests should be sent to.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.RealTimeBidding.V1.Model.Endpoint{
  bidProtocol: String.t() | nil,
  maximumQps: String.t() | nil,
  name: String.t() | nil,
  tradingLocation: String.t() | nil,
  url: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.