Update cookie sync to use bidder name instead of cookie family - #4464
Merged
And1sS merged 11 commits intoJul 9, 2026
Merged
Conversation
Lightwood13
force-pushed
the
update-cookie-sync-to-use-bidder-name-instead-of-cookie-family
branch
from
April 20, 2026 12:57
ab59133 to
522d1c8
Compare
…r-name-instead-of-cookie-family
…r-name-instead-of-cookie-family
…ead-of-cookie-family # Conflicts: # src/main/java/org/prebid/server/spring/config/bidder/TaboolaConfiguration.java
Lightwood13
force-pushed
the
update-cookie-sync-to-use-bidder-name-instead-of-cookie-family
branch
from
June 11, 2026 13:12
df57b22 to
75acdfd
Compare
CTMBNara
requested changes
Jun 16, 2026
11 tasks
CTMBNara
requested changes
Jul 4, 2026
…ead-of-cookie-family
CTMBNara
previously approved these changes
Jul 9, 2026
CTMBNara
approved these changes
Jul 9, 2026
And1sS
approved these changes
Jul 9, 2026
And1sS
deleted the
update-cookie-sync-to-use-bidder-name-instead-of-cookie-family
branch
July 9, 2026 14:59
1 task
floxis-admin
added a commit
to floxis-admin/prebid-server-java
that referenced
this pull request
Aug 8, 2026
Merge master and switch the endpoint from manual {{Macro}} substitution to org.prebid.server.util.Uri, dropping our HttpUtil.encodeUrl calls so dynamic parts are encoded once by the template instead of twice. Update the usersync redirect URL to the single-brace macro form.
Compare imp exts with equals (Lombok @value supplies it) rather than field by field. Move ObjectNode to imports. Drop the seat query param from the integration-test endpoint and its wiremock stub; seat routing is covered by unit tests, plus a new one pinning that a macro-less endpoint resolves unchanged.
Master removed UsersyncerCreator (prebid#4464); usersync is now assembled from bidder config, so drop the wiring.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Port of https://github.com/prebid/prebid-server/pull/2948/changes
/cookie_syncendpoint to return bidder name instead of cookie family name in the redirect url./setuidendpoint to accept bidder name instead of cookie family name.