We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0561eb5 commit 3ad3818Copy full SHA for 3ad3818
1 file changed
device.go
@@ -26,7 +26,7 @@ type Device struct {
26
Language string `json:"language,omitempty"` // Browser language
27
Carrier string `json:"carrier,omitempty"` // Carrier or ISP derived from the IP address
28
MCCMNC string `json:"mccmnc,omitempty"` // Mobile carrier as the concatenated MCC-MNC code (e.g., "310-005" identifies Verizon Wireless CDMA in the USA).
29
- ConnType int `json:"connectiontype,omitempty"` // Network connection type.
+ ConnType int `json:"connectiontype"` // Network connection type.
30
IFA string `json:"ifa,omitempty"` // Native identifier for advertisers
31
IDSHA1 string `json:"didsha1,omitempty"` // SHA1 hashed device ID
32
IDMD5 string `json:"didmd5,omitempty"` // MD5 hashed device ID
0 commit comments