Skip to content

IX: Incorrect Handling of FledgeAuctionConfig in Bidder Response #3562

@oronno

Description

@oronno

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:

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions