You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sua.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ package openrtb
3
3
import"encoding/json"
4
4
5
5
typeUserAgentstruct {
6
-
BrowsersBrandVersion`json:"browsers,omitempty"`// A browser or similar software component
6
+
Browsers[]BrandVersion`json:"browsers,omitempty"`// A browser or similar software component
7
7
PlatformBrandVersion`json:"platform,omitempty"`// The user agent’s execution platform / OS
8
8
Mobileint`json:"mobile,omitempty"`// 1 if the agent prefers a "mobile" version of the content, if available, i.e. optimized for small screens or touch input. 0 if the agent prefers the "desktop". Taken from Sec-CH-UAMobile header
9
9
Architecturestring`json:"architecture,omitempty"`// Device’s major binary architecture, e.g. "x86" or "arm". Taken from the Sec-CH-UA-Arch header
0 commit comments