Skip to content

Commit 67ef78a

Browse files
authored
use RegExtension regs.ext as it was prior to pulling in upstream changes (#37)
1 parent f4bcdb8 commit 67ef78a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

openrtb.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -756,10 +756,10 @@ type Segment struct {
756756
// coppa flag signals whether or not the request falls under the United States Federal Trade Commission's
757757
// regulations for the United States Children's Online Privacy Protection Act ("COPPA").
758758
type Regulations struct {
759-
Coppa int `json:"coppa,omitempty"` // Flag indicating if this request is subject to the COPPA regulations established by the USA FTC, where 0 = no, 1 = yes.
760-
GDPR int `json:"gdpr,omitempty"` // Flag that indicates whether or not the request is subject to GDPR regulations 0 = No, 1 = Yes, omission indicates Unknown.
761-
USPrivacy string `json:"us_privacy,omitempty"` // Communicates signals regarding consumer privacy under US privacy regulation.
762-
Ext Extension `json:"ext,omitempty"`
759+
Coppa int `json:"coppa,omitempty"` // Flag indicating if this request is subject to the COPPA regulations established by the USA FTC, where 0 = no, 1 = yes.
760+
GDPR int `json:"gdpr,omitempty"` // Flag that indicates whether or not the request is subject to GDPR regulations 0 = No, 1 = Yes, omission indicates Unknown.
761+
USPrivacy string `json:"us_privacy,omitempty"` // Communicates signals regarding consumer privacy under US privacy regulation.
762+
Ext RegExtension `json:"ext,omitempty"`
763763
}
764764

765765
// Format object represents an allowed size (i.e., height and width combination) for a banner impression.

0 commit comments

Comments
 (0)