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
While testing the PA auction flow, I had noticed a scenario where I am not seeing any loss notifications sent out if all bids are rejected during a PA auction. In fact when this occurs it looks like the reportWin and reportResult functions overall aren’t getting invoked? Additionally within our scoreAd function we are invoking reportAdAuctionLoss. To summarize, our expectation is that generateBid will return a bid, scoreAd gets called to score a bid, the bid gets rejected (invalid by some means within the ssp worklet), at this point we should get a loss notification in this case.