Skip to content

Commit df82a56

Browse files
authored
Update PBS-Java seatnonbid codes (prebid#5549)
1 parent d53fa5a commit df82a56

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

prebid-server/endpoints/openrtb2/pbs-endpoint-auction.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1698,13 +1698,19 @@ The codes currently returned:
16981698
| 0 | General No Bid | Java | The bidder had a chance to bid, and either declined to bid on this impression. |
16991699
| 100 | General Error | Java | The bid adapter returned with an unspecified error for this impression. |
17001700
| 101 | Timeout | Java | The bid adapter timed out. |
1701+
| 102 | Invalid Bid Response | Java | The bidder returned HTTP < 200 or >= 400 |
1702+
| 103 | Bidder Unreachable | Java | The bidder returned HTTP 503 |
17011703
| 200 | Request Blocked - General | Java | This impression not sent to the bid adapter for an unspecified reason. |
1704+
| 201 | Request Blocked - Unsupported Channel (app/site/dooh) | Java | The request was not sent to the bidder because they don’t support site, app, or dooh. |
17021705
| 202 | Request Blocked due to mediatype | Java | This impression not sent to the bid adapter because it doesn't support the requested mediatype. |
1706+
| 204 | Request Blocked - Privacy | Java | The bidder was not called due to TCF Purpose 2. |
17031707
| 300 | Response Rejected - General | Go + Java | The bid response was rejected for an unspecified reason. See warnings in debug mode. (Mostly caused by DSA validation rules) |
17041708
| 301 | Response Rejected - Below Floor | Java | The bid response did not meet the floor for this impression. |
17051709
| 303 | Response Rejected - Category Mapping Invalid | Go | The bid response did not include a category to map. |
1706-
| 351 | Response Rejected - Invalid Creative (Size Not Allowed) | Go | The bid response banner size exceeds the max size, when creative validation is enabled. |
1707-
| 352 | Response Rejected - Invalid Creative (Not Secure) | Go | The bid response adm does not use https, when secure markup validation is enabled. |
1710+
| 350 | Response Rejected - Invalid Creative (ORTB blocking) | Java | The ortbblocking module enforced a bid response for battr, bcat, bapp, btype. |
1711+
| 351 | Response Rejected - Invalid Creative (Size Not Allowed) | Both | The bid response banner size exceeds the max size, when creative validation is enabled. |
1712+
| 352 | Response Rejected - Invalid Creative (Not Secure) | Both | The bid response adm does not use https, when secure markup validation is enabled. |
1713+
| 356 | Response Rejected - Invalid Creative (Advertiser Blocked) | Java | The ortbblocking module enforced a bid response due to badv. |
17081714

17091715
See the [IAB's Seat Non-Bid OpenRTB Extension](https://github.com/InteractiveAdvertisingBureau/openrtb/blob/main/extensions/community_extensions/seat-non-bid.md) for the full list of status codes that may be supported in the future.
17101716

0 commit comments

Comments
 (0)