# `OpenRtbEcto.V2.BidRequest.User`
[🔗](https://github.com/AppMonet/open_rtb_ecto/blob/v1.4.6/lib/open_rtb_ecto/v2/bid_request/user.ex#L1)

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.

# `t`

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

# `changeset`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
