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

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.

Link to this section Summary

Link to this section Types

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

Link to this section Functions

Link to this function

changeset(version, attrs \\ %{})

View Source