Skip to content

Commit

Permalink
Docs for seatnonbid event (#4357)
Browse files Browse the repository at this point in the history
* Docs for seatnonbid event

* Fix returnallbidstatus var name
  • Loading branch information
spotxslagle authored Mar 5, 2023
1 parent a0996e9 commit 23aa339
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dev-docs/modules/prebidServer.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ Additional options for `s2sConfig` may be enabled by including the [Server-to-Se

* Setting `extPrebid.origreferrer` will be recognized by some server-side adapters as the referring URL for the current page.

**Emitting SeatNonBid Data**

* SeatNonBid information from Prebid Server can be emitted through a `seatNonBid` event by setting `extPrebid.returnallbidstatus` equal to `true`.

## Bid Params

Bid params are sourced from the adapter configurations set for client side. These do not need to change for Prebid Server.
Expand Down
1 change: 1 addition & 0 deletions dev-docs/publisher-api-reference/getEvents.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ The available events are:
| beforeBidderHttp | bidder network request is about be triggered | Array of Bid request objects |
| bidRequested | A bid was requested from a specific bidder | Bid request object |
| bidResponse | A bid response has arrived | Bid response object |
| seatNonBid | Prebid Server has returned nonbid information. Must be enabled in s2sConfig.extPrebid | None |
| bidRejected | A bid was rejected | Bid response object |
| bidAdjustment | A bid was adjusted | Bid response object |
| bidWon | A bid has won | Bid response object |
Expand Down

0 comments on commit 23aa339

Please sign in to comment.