View Source OpenRtbEcto.V2.BidRequest.Source (OpenRtbEcto v0.6.5)

This object describes the nature and behavior of the entity that is the source of the bid request upstream from the exchange. The primary purpose of this object is to define post-auction or upstream decisioning when the exchange itself does not control the final decision. A common example of this is header bidding, but it can also apply to upstream server entities such as another RTB exchange, a mediation platform, or an ad server combines direct campaigns with 3rd party demand in decisioning.

Summary

Types

@type t() :: %OpenRtbEcto.V2.BidRequest.Source{
  ext: term(),
  fd: term(),
  pchain: term(),
  schain: term(),
  tid: term()
}

Functions

Link to this function

changeset(source, attrs \\ %{})

View Source