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

Further identification based on User-Agent Client Hints, the BrandVersion object is used to identify a
device’s browser or similar software component, and the user agent’s execution platform or operating
system.

# `t`

```elixir
@type t() :: %OpenRtbEcto.V2.BidRequest.BrandVersion{
  brand: term(),
  ext: term(),
  version: term()
}
```

# `changeset`

---

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