You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
Reference:
The text was updated successfully, but these errors were encountered: