Skip to content

Commit 717e657

Browse files
committed
Update device.go
1 parent 0f7c365 commit 717e657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

device.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import "encoding/json"
77
// set top box or other digital device.
88
type Device struct {
99
DNT int `json:"dnt,omitempty"` // "1": Do not track
10-
LimitTrack int `json:"lmt,omitempty"` // "1": Limit Ad Tracking
10+
LMT int `json:"lmt,omitempty"` // "1": Limit Ad Tracking
1111
UA string `json:"ua,omitempty"` // User agent
1212
IP string `json:"ip,omitempty"` // IPv4
1313
Geo *Geo `json:"geo,omitempty"`

0 commit comments

Comments
 (0)