Skip to content

Commit 0c92d4e

Browse files
committed
[APIN-2184] add field for CCPA
1 parent 84d36b0 commit 0c92d4e

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)