From dffd2db464fca25e86565aa5d6452764feb1de18 Mon Sep 17 00:00:00 2001 From: bretg Date: Tue, 13 Feb 2024 08:59:49 -0500 Subject: [PATCH] Proposed Seat NonBid code for responses rejected for privacy reasons This is being driven by DSA and validations that Prebid Server is making on the bid responses. e.g. if the request DSA field states "bid responses without DSA object will not be accepted", a reject reason would be helpful. Mirroring the "Request Rejected - Privacy" that was added due to GDPR, this PR proposes "Response Rejected - Privacy" for the response side of the equation. --- extensions/community_extensions/seat-non-bid.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/extensions/community_extensions/seat-non-bid.md b/extensions/community_extensions/seat-non-bid.md index c10e20b4..92193598 100644 --- a/extensions/community_extensions/seat-non-bid.md +++ b/extensions/community_extensions/seat-non-bid.md @@ -315,6 +315,10 @@ There are many reasons for a non bid scenario and it is understood not all can b 304 Response Rejected - Below Deal Floor + + 305 + Response Rejected - Privacy + 350 Response Rejected - Invalid Creative @@ -401,4 +405,4 @@ Non Bid Status Code values are purposefully organized into the following ranges Seat may need to resolve. - \ No newline at end of file +