We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8ee51dc + 6e29e89 commit bda534aCopy full SHA for bda534a
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