Buyer No-bid Response / Reason¶
Buyers can specify the reason of not bidding in their No Bid Responses (NBRs) to BidSwitch.
A no-bid response contains the nbr
field which indicates why the Buyer did
not bid on the request. The currently supported no-bid reasons are listed in the table below.
By returning this information to Suppliers, it allows them to address potential problems in their system. If a No Bid Reason is returned, BidSwitch will send that to the Supplier and should a recurring problem surface steps can be taken to fix it.
Code |
Description |
---|---|
0 |
Not used |
1 |
Technical Error |
2 |
Invalid request |
3 |
Known Web Spider |
4 |
Suspected non-human traffic |
5 |
Cloud, Data centre, or Proxy IP |
6 |
Unsupported Device |
7 |
Blocked Publisher or Site |
8 |
Unmatched User |
9 |
Daily reader cap met |
10 |
Daily domain cap met |
11 |
ads.txt validation failed to verify the Supplier as an authorised seller of the publisher’s inventory, see the BidSwitch and Ads.txt section for more details. |
Example Response¶
{
"id":"1234567890",
"seatbid":[
],
"nbr":11
}