We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e42c27d commit 2358a68Copy full SHA for 2358a68
1 file changed
openrtb.go
@@ -298,5 +298,5 @@ type RegExtension struct {
298
299
// UserExtension Extension object for User
300
type UserExtension struct {
301
- Consent int `json:"consent,omitempty"`
+ Consent string `json:"consent,omitempty"`
302
}
0 commit comments