We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ee51dc commit 6e29e89Copy full SHA for 6e29e89
1 file changed
openrtb.go
@@ -307,6 +307,7 @@ type UserExtension struct {
307
Consent string `json:"consent,omitempty"`
308
SdkData SdkData `json:"sdkdata,omitempty"`
309
AppStartTime int64 `json:"appStartTime,omitempty"`
310
+ SessionID string `json:"sessionId,omitempty"`
311
}
312
313
// SdkData object for UserExtension. Required for direct demand header bidding integration
0 commit comments