View Source OpenRtbEcto.V2.BidResponse.Bid (OpenRtbEcto v0.6.5)

A SeatBid object contains one or more Bid objects, each of which relates to a specific impression in the bid request via the impid attribute and constitutes an offer to buy that impression for a given price.

Summary

Types

@type t() :: %OpenRtbEcto.V2.BidResponse.Bid{
  adid: term(),
  adm: term(),
  adm_native: term(),
  adomain: term(),
  api: term(),
  apis: term(),
  attr: term(),
  bundle: term(),
  burl: term(),
  cat: term(),
  cattax: term(),
  cid: term(),
  crid: term(),
  dealid: term(),
  dur: term(),
  exp: term(),
  ext: term(),
  h: term(),
  hratio: term(),
  id: term(),
  impid: term(),
  iurl: term(),
  langb: term(),
  language: term(),
  lurl: term(),
  mtype: term(),
  nurl: term(),
  price: term(),
  protocol: term(),
  qagmediarating: term(),
  slotinpod: term(),
  tactic: term(),
  w: term(),
  wratio: term()
}

Functions

Link to this function

changeset(bid, attrs \\ %{})

View Source