-
Notifications
You must be signed in to change notification settings - Fork 753
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Preserve ORTB seat #2424
Comments
Need to understand where the biddercode seat is set: does PBS-core set this value or is it set by the adapters themselves? |
PBS-Java does this in Core. The assignment of biddercode happens here: https://github.com/prebid/prebid-server-java/blob/4ab3caea2316a5ff04d0961be9a4e3c4896d517b/src/main/java/org/prebid/server/auction/BidResponseCreator.java#L1185 The only real issue is that right now adapters only return extracted bids from |
Adapters cannot pass seat at all. Rather than changing this interface, there's a proposal that adapters could place the original seat in the metadata object - there agency and advertiser fields there. Or we could add a "seat" field in the meta. |
Discussed options:
Approved option 1. |
We discussed in committee preserving the OpenRTB
seat
field, which is overridden to 'biddercode' in Prebid.The initial idea is to store the bidder's original seat in seatbid[].ext.prebid.origseat if it's not the same as
seat
.However, this needs to be considered in light of the multiple biddercode feature defined in #2174
The text was updated successfully, but these errors were encountered: