bsm / openrtb

OpenRTB protocol defintions for Go
Other
288 stars 121 forks source link

Add user.ext.sessionId #90

Closed damirtm closed 2 years ago

damirtm commented 2 years ago

What

Add user.ext.sessionId property that represents session id

Why

This id could be very useful for debugging of async valuation. In particular it could help us to investigate cases when we have inconsistent GameID/GamerID pair between pre-valuation and bid request - that could cause that we can't find pre-valuation during bid request

How to verify change?

Send valid bid request with session id to Bidder for example using e2e test suite https://github.com/Unity-Technologies/mz-header-bidding-e2e-test

How it's tested?

Untested

Does it change/break the contract with external/internal services?

No - it is an optional field