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

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.

Summary

Types

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

Functions

Link to this function

changeset(version, attrs \\ %{})

View Source