We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 22d63e4 + 88511fd commit 54f4db0Copy full SHA for 54f4db0
openrtb.go
@@ -304,8 +304,9 @@ type RegExtension struct {
304
305
// UserExtension Extension object for User
306
type UserExtension struct {
307
- Consent string `json:"consent,omitempty"`
308
- SdkData SdkData `json:"sdkdata,omitempty"`
+ Consent string `json:"consent,omitempty"`
+ SdkData SdkData `json:"sdkdata,omitempty"`
309
+ AppStartTime int `json:"appStartTime,omitempty"`
310
}
311
312
// SdkData object for UserExtension. Required for direct demand header bidding integration
0 commit comments