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

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.

Summary

Types

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

Functions

Link to this function

changeset(eids, attrs \\ %{})

View Source