We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e42c27d + 2358a68 commit 0561eb5Copy full SHA for 0561eb5
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