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
| 102 | Invalid Bid Response | Java | The bidder returned HTTP < 200 or >= 400 |
1702
+
| 103 | Bidder Unreachable | Java | The bidder returned HTTP 503 |
1701
1703
| 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. |
1702
1705
| 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. |
1703
1707
| 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) |
1704
1708
| 301 | Response Rejected - Below Floor | Java | The bid response did not meet the floor for this impression. |
1705
1709
| 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. |
1708
1714
1709
1715
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.
0 commit comments