Skip to content
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

Closed
bretg opened this issue Feb 8, 2022 · 5 comments
Closed

Support new meta field: DemandSource #2157

bretg opened this issue Feb 8, 2022 · 5 comments

Comments

@bretg
Copy link
Contributor

bretg commented Feb 8, 2022

Prebid.js metadata has been expanded to include a new field DemandSource. This maps to seatbid.bid.ext.prebid.meta.demandsource in ORTB2

While '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.

@SyntaxNode
Copy link
Contributor

'DemandSource' is a Bidder-specific business entity used for bid adapters that can 'white-label' other sources.

How is that different from a publisher provided alias?

@bretg
Copy link
Contributor Author

bretg commented Feb 8, 2022

It's basically a bidder-supplied alias. Yes, another layer of multiplexing. Apparently bids from the grid bidder can come from several actual sources.

@bretg
Copy link
Contributor Author

bretg commented Feb 18, 2022

done in PBS-Java 1.83

@SyntaxNode
Copy link
Contributor

PBS-Go already supports DemandSource metadata. We just need to update the docs.

@SyntaxNode
Copy link
Contributor

Documentation has merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants