-
Notifications
You must be signed in to change notification settings - Fork 749
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
Cooperative Cookie Syncing #924
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Note: working on this in PBS-Java. |
This is done in PBS-Java. Assigning to @hhhjort for PBS-Go implementation. |
@bretg I'm not familiar with the
Is this how it was implemented in PBS-Java? EDIT: PBS-Go was implemented with the config format in this message. |
Implemented in PBS-Go 0.173.0. |
We've discussed in the Prebid Server committee meetings a feature that allows a Prebid Server host company to pre-sync cookies with more bidders than are in the page.
The lists of bidders should be prioritizable in groups, representing the fact that not all bidders are of equal importance to the publishers of a given host company.
Which bidders are chosen within a given group should be random.
If no priority groups are specified, the default is to have all bidders at the same level.
For example, if appnexus and rubicon are on the page and biddersA-D are in the coop-sync config as shown above, PBS would respond with up to 5 sync pixels. e.g. if the user had no IDs in the
uids
cookie, then the response to /cookie-sync would include pixels for appnexus, rubicon, bidderA, bidderB, and (randomly) either bidderC or D.The text was updated successfully, but these errors were encountered: