View Source OpenRtbEcto.V2.BidRequest.Eids (OpenRtbEcto v0.3.1)

Extended identifiers support in the OpenRTB specification allows buyers to use audience data in real-time bidding. This object can contain one or more UIDs from a single source or a technology provider. The exchange should ensure that business agreements allow for the sending of this data.

Link to this section Summary

Link to this section Types

@type t() :: %OpenRtbEcto.V2.BidRequest.Eids{
  ext: term(),
  source: term(),
  uids: term()
}

Link to this section Functions

Link to this function

changeset(eids, attrs \\ %{})

View Source