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

This object contains information known or derived about the human user of the device (i.e., the audience for advertising). The user id is an exchange artifact and may be subject to rotation or other privacy policies. However, this user ID must be stable long enough to serve reasonably as the basis for frequency capping and retargeting.

Summary

Types

@type t() :: %OpenRtbEcto.V2.BidRequest.User{
  buyeruid: term(),
  customdata: term(),
  data: term(),
  eids: term(),
  ext: term(),
  gender: term(),
  geo: term(),
  id: term(),
  keywords: term(),
  yob: term()
}

Functions

Link to this function

changeset(user, attrs \\ %{})

View Source