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.
1 parent 0f7c365 commit 717e657Copy full SHA for 717e657
device.go
@@ -7,7 +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
- LimitTrack int `json:"lmt,omitempty"` // "1": Limit Ad Tracking
+ 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