Skip to content

Commit 8532334

Browse files
committed
[APIN-3345] adds field lgpd to the regulation extension
1 parent e6f9143 commit 8532334

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)