Skip to content

Commit 57653ea

Browse files
committed
Change AppStartTime to be of type int64
1 parent 54f4db0 commit 57653ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openrtb.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ type RegExtension struct {
306306
type UserExtension struct {
307307
Consent string `json:"consent,omitempty"`
308308
SdkData SdkData `json:"sdkdata,omitempty"`
309-
AppStartTime int `json:"appStartTime,omitempty"`
309+
AppStartTime int64 `json:"appStartTime,omitempty"`
310310
}
311311

312312
// SdkData object for UserExtension. Required for direct demand header bidding integration

0 commit comments

Comments
 (0)