Skip to content

Update cookie sync to use bidder name instead of cookie family#4464

Open
Lightwood13 wants to merge 7 commits into
masterfrom
update-cookie-sync-to-use-bidder-name-instead-of-cookie-family
Open

Update cookie sync to use bidder name instead of cookie family#4464
Lightwood13 wants to merge 7 commits into
masterfrom
update-cookie-sync-to-use-bidder-name-instead-of-cookie-family

Conversation

@Lightwood13

Copy link
Copy Markdown
Collaborator

Port of https://github.com/prebid/prebid-server/pull/2948/changes

  1. Updated /cookie_sync endpoint to return bidder name instead of cookie family name in the redirect url.
  2. Updated /setuid endpoint to accept bidder name instead of cookie family name.

@Lightwood13 Lightwood13 requested review from And1sS and CTMBNara April 16, 2026 12:37
@Lightwood13 Lightwood13 force-pushed the update-cookie-sync-to-use-bidder-name-instead-of-cookie-family branch from ab59133 to 522d1c8 Compare April 20, 2026 12:57
…ead-of-cookie-family

# Conflicts:
#	src/main/java/org/prebid/server/spring/config/bidder/TaboolaConfiguration.java
final String body;
switch (error) {
case InvalidRequestException invalidRequestException -> {
case InvalidRequestException ignored -> {
body = "Invalid request format: " + message;
}
case UnauthorizedUidsException unauthorizedUidsException -> {
case UnauthorizedUidsException ignored -> {
body = "Unauthorized: " + message;
}
case UnavailableForLegalReasonsException unavailableForLegalReasonsException -> {
case UnavailableForLegalReasonsException ignored -> {
body = "Unavailable For Legal Reasons.";
}
case InvalidAccountConfigException invalidAccountConfigException -> {
case InvalidAccountConfigException ignored -> {
@Lightwood13 Lightwood13 force-pushed the update-cookie-sync-to-use-bidder-name-instead-of-cookie-family branch from df57b22 to 75acdfd Compare June 11, 2026 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant