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

This object contains a single user identifier provided as part of extended identifiers. 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.Uid{atype: term(), ext: term(), id: term()}

Link to this section Functions

Link to this function

changeset(uid, attrs \\ %{})

View Source