When Prebid Server Go receives a bid request that falls outside of the geoscope defined in a bidder's yaml file it correctly filters and does not forward a request to that bidder. While that's the intended behavior, even with "debug": true & "test": 1 in the body of the request, the debug response does not include any indication that the bidder was filtered out and for what reason. I would expect httpcalls to exclude the filtered bidder but resolvedrequest should include all of the original bidders for validation. There should also be a warning (similar to filtering unsupported media types).
Happy to provide more specific information directly from Microsoft's implementation of Prebid Server.
When Prebid Server Go receives a bid request that falls outside of the geoscope defined in a bidder's yaml file it correctly filters and does not forward a request to that bidder. While that's the intended behavior, even with "debug": true & "test": 1 in the body of the request, the debug response does not include any indication that the bidder was filtered out and for what reason. I would expect httpcalls to exclude the filtered bidder but resolvedrequest should include all of the original bidders for validation. There should also be a warning (similar to filtering unsupported media types).
Happy to provide more specific information directly from Microsoft's implementation of Prebid Server.