Skip to content

Commit 22d63e4

Browse files
author
Jake Uskoski
authored
Merge pull request #22 from UnityTech/feature/MDP-721
Add Regulation Extension for PIPL
2 parents 8660569 + 255e214 commit 22d63e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openrtb.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ type Format struct {
298298
type RegExtension struct {
299299
GDPR int `json:"gdpr,omitempty"`
300300
LGPD bool `json:"lgpd,omitempty"`
301+
PIPL bool `json:"pipl,omitempty"`
301302
USPrivacy string `json:"us_privacy,omitempty"`
302303
}
303304

0 commit comments

Comments
 (0)