We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cfd43f1 + 717e657 commit 2381ca1Copy full SHA for 2381ca1
device.go
@@ -7,6 +7,7 @@ import "encoding/json"
7
// set top box or other digital device.
8
type Device struct {
9
DNT int `json:"dnt,omitempty"` // "1": Do not track
10
+ LMT int `json:"lmt,omitempty"` // "1": Limit Ad Tracking
11
UA string `json:"ua,omitempty"` // User agent
12
IP string `json:"ip,omitempty"` // IPv4
13
Geo *Geo `json:"geo,omitempty"`
0 commit comments