-
Notifications
You must be signed in to change notification settings - Fork 224
Closed
Description
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
Type
Projects
Status
Done