Skip to content

Commit 2358a68

Browse files
committed
The consent data type should be string not int
1 parent e42c27d commit 2358a68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openrtb.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,5 +298,5 @@ type RegExtension struct {
298298

299299
// UserExtension Extension object for User
300300
type UserExtension struct {
301-
Consent int `json:"consent,omitempty"`
301+
Consent string `json:"consent,omitempty"`
302302
}

0 commit comments

Comments
 (0)