OpenRtbEcto.V2.BidRequest.BrandVersion (OpenRtbEcto v1.4.0)

View Source

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

t()

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

Functions

changeset(version, attrs)