Skip to content

Commit b0c93a6

Browse files
authored
Merge pull request #19 from UnityTech/APIN-3345
add LGPD field to the regulation extension
2 parents e6f9143 + 8532334 commit b0c93a6

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
@@ -297,6 +297,7 @@ type Format struct {
297297
// RegExtension Extension object for Regulations
298298
type RegExtension struct {
299299
GDPR int `json:"gdpr,omitempty"`
300+
LGPD bool `json:"lgpd,omitempty"`
300301
USPrivacy string `json:"us_privacy,omitempty"`
301302
}
302303

0 commit comments

Comments
 (0)