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
There are 4 calls to score and rank a bid (2 for component auctions, 1 for additional bids, 1 for bids generated by the same level auction). The first 3 calls appear to be missing a dataVersion parameter - they go from null to auctionLevel. I believe the null is the "directFromSellerSignalsForSeller" parameter, not a null dataVersion. It's possible I'm wrong, and they're actually missing the "directFromSellerSignalsForSeller" parameter. The previous parameter in all calls is "decisionLogicFetcher", so it's definitely one of those two that's missing.
The text was updated successfully, but these errors were encountered:
There are 4 calls to score and rank a bid (2 for component auctions, 1 for additional bids, 1 for bids generated by the same level auction). The first 3 calls appear to be missing a dataVersion parameter - they go from null to auctionLevel. I believe the null is the "directFromSellerSignalsForSeller" parameter, not a null dataVersion. It's possible I'm wrong, and they're actually missing the "directFromSellerSignalsForSeller" parameter. The previous parameter in all calls is "decisionLogicFetcher", so it's definitely one of those two that's missing.
The text was updated successfully, but these errors were encountered: