-
Notifications
You must be signed in to change notification settings - Fork 748
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
Support new meta field: DemandSource #2157
Comments
How is that different from a publisher provided alias? |
It's basically a bidder-supplied alias. Yes, another layer of multiplexing. Apparently bids from the grid bidder can come from several actual sources. |
done in PBS-Java 1.83 |
PBS-Go already supports DemandSource metadata. We just need to update the docs. |
Documentation has merged. |
Prebid.js metadata has been expanded to include a new field
DemandSource
. This maps to seatbid.bid.ext.prebid.meta.demandsource in ORTB2While 'NetworkName' is a Bidder-specific network/DSP name, 'DemandSource' is a Bidder-specific business entity used for bid adapters that can 'white-label' other sources.
For both PBS-Go and PBS-Java, please add DemandSource as an allowed value in seatbid.bid.ext.prebid.meta coming from the adapters and update the relevant documentation.
The text was updated successfully, but these errors were encountered: