Skip to content

Commit 7973f1f

Browse files
committed
Update oaid field name to be lowercase
1 parent 4f4f7ca commit 7973f1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

device.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ type Device struct {
3434
PIDMD5 string `json:"dpidmd5,omitempty"` // MD5 hashed platform device ID
3535
MacSHA1 string `json:"macsha1,omitempty"` // SHA1 hashed device ID; IMEI when available, else MEID or ESN
3636
MacMD5 string `json:"macmd5,omitempty"` // MD5 hashed device ID; IMEI when available, else MEID or ESN
37-
OAID string `json:"OAID,omitempty"` // Open Advertising Tracking ID
37+
OAID string `json:"oaid,omitempty"` // Open Advertising Tracking ID
3838
Ext Extension `json:"ext,omitempty"`
3939
}

0 commit comments

Comments
 (0)