We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54f4db0 commit 57653eaCopy full SHA for 57653ea
openrtb.go
@@ -306,7 +306,7 @@ type RegExtension struct {
306
type UserExtension struct {
307
Consent string `json:"consent,omitempty"`
308
SdkData SdkData `json:"sdkdata,omitempty"`
309
- AppStartTime int `json:"appStartTime,omitempty"`
+ AppStartTime int64 `json:"appStartTime,omitempty"`
310
}
311
312
// SdkData object for UserExtension. Required for direct demand header bidding integration
0 commit comments