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

IX: Incorrect Handling of FledgeAuctionConfig in Bidder Response #3562

Open
oronno opened this issue Nov 20, 2024 · 0 comments · May be fixed by #3563
Open

IX: Incorrect Handling of FledgeAuctionConfig in Bidder Response #3562

oronno opened this issue Nov 20, 2024 · 0 comments · May be fixed by #3563
Assignees

Comments

@oronno
Copy link

oronno commented Nov 20, 2024

The PR #2807 attempted to implement handling of FledgeAuctionConfig for IX bid responses but introduced an incorrect implementation. The IX server response places the auction config in ext.protectedAudienceAuctionConfigs field as an array of object (not map keyed with string). Thus paapi response is currently getting discarded.

Expectation:
The IX Bidder should correctly generate FledgeAuctionConfig based on the following ext response structure for paapi:

"ext": {
    "protectedAudienceAuctionConfigs": [
      {
        "bidId": "imp_id",
        "config": {
          "someKey": "someValue",
        }
      }
    ]
  }

Reference:

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

Successfully merging a pull request may close this issue.

2 participants