Skip to content

Commit

Permalink
adding BEFORE_BIDDER_HTTP event (#3197)
Browse files Browse the repository at this point in the history
* adding BEFORE_BIDDER_REQUEST event

* rename beforeBidderRequest to beforeRequestHttp

Signed-off-by: Elad Yosifon <elad@kueez.com>

* rename beforeRequestHttp to beforeBidderHttp

Signed-off-by: Elad Yosifon <elad@kueez.com>
  • Loading branch information
elad-yosifon committed Sep 1, 2021
1 parent 2936ad2 commit dedadb2
Showing 1 changed file with 1 addition and 0 deletions.
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 @@ -26,6 +26,7 @@ The available events are:
| auctionInit | The auction has started | Object containing auction details |
| auctionEnd | The auction has ended | Object containing auction details |
| beforeRequestBids | Bids are about to be requested from adapters (added in 3.x) | Array of adunits in the auction |
| 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 |
| bidAdjustment | A bid was adjusted | Bid response object |
Expand Down

0 comments on commit dedadb2

Please sign in to comment.