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

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.

Summary

Types

@type t() :: %OpenRtbEcto.V2.BidRequest.Uid{atype: term(), ext: term(), id: term()}

Functions

Link to this function

changeset(uid, attrs \\ %{})

View Source