Skip to content

Commit c6b4708

Browse files
authored
Merge pull request #16 from UnityTech/APIN-2184
[APIN-2184] add field for CCPA
2 parents 84d36b0 + 0c92d4e commit c6b4708

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

openrtb.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,8 @@ type Format struct {
295295

296296
// RegExtension Extension object for Regulations
297297
type RegExtension struct {
298-
GDPR int `json:"gdpr,omitempty"`
298+
GDPR int `json:"gdpr,omitempty"`
299+
USPrivacy string `json:"us_privacy,omitempty"`
299300
}
300301

301302
// UserExtension Extension object for User

0 commit comments

Comments
 (0)