Skip to content

Commit

Permalink
add event bidAccepted
Browse files Browse the repository at this point in the history
add event bidAccepted
  • Loading branch information
matthieularere-msq authored Dec 6, 2023
1 parent 32a0b19 commit 77e3026
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev-docs/publisher-api-reference/getEvents.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The available events are:

{: .table .table-bordered .table-striped }
| Event | Description | Callback Arguments |
|---------------+-----------------------------------------|--------------------|
| --- | --- | --- |
| 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 |
Expand All @@ -45,6 +45,7 @@ The available events are:
| bidderDone | A bidder has signaled they are done responding | Bid request object |
| bidderError | A bidder responded with an error | Object with the XMLHttpRequest error and the bid request object `{ error, bidderRequest }` |
| tcf2Enforcement | There was a TCF2 enforcement action taken | `{ storageBlocked: ['moduleA', 'moduleB'], biddersBlocked: ['moduleB'], analyticsBlocked: ['moduleC'] }` |
| bidAccepted | A bid was accepted and is about to be added to auction | Bid response object |

The example below shows how these events can be used.

Expand Down

0 comments on commit 77e3026

Please sign in to comment.