Skip to content

Commit 2381ca1

Browse files
committed
Merge pull request #14 from dolzenko/patch-1
Add device.lmt
2 parents cfd43f1 + 717e657 commit 2381ca1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

device.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +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+
LMT int `json:"lmt,omitempty"` // "1": Limit Ad Tracking
1011
UA string `json:"ua,omitempty"` // User agent
1112
IP string `json:"ip,omitempty"` // IPv4
1213
Geo *Geo `json:"geo,omitempty"`

0 commit comments

Comments
 (0)