Skip to content

Commit 0561eb5

Browse files
authored
Merge pull request #9 from UnityTech/UpdateConsentDataType
The consent data type should be string not int
2 parents e42c27d + 2358a68 commit 0561eb5

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)