-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Support aliases in prebidServer #2257
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a way to implement these aliases without tying prebidServerBidAdapter to the appnexusBidAdapter?
@bretg Yes, the aliases array can be copied into this file. In that case whenever an appnexus alias is added, modified, or removed, both arrays will need to be edited |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update to be compatible with pbjs.aliasBidder
thanks.
Any ETA to when this feature might be available ? |
14b4349
to
0d4f476
Compare
@bretg |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great and clean code!
Type of change
Description of change
Supports calling bider adapter aliases with prebidServer adapter (OpenRTB endpoint only). In a prebid setup, add a known alias to the
s2sConfig.bidders
array, and that will take part in the s2s auction.Example config - known alias
Example config - dynamic alias