From 0c882c14c6fe2c5a10bdde33827931cf4dcc3a58 Mon Sep 17 00:00:00 2001 From: Rich Snapp Date: Wed, 4 Apr 2018 09:02:49 -0600 Subject: [PATCH] added new 'bidderDone' event to publisher API page --- dev-docs/publisher-api-reference.md | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/dev-docs/publisher-api-reference.md b/dev-docs/publisher-api-reference.md index 379cb6d301..69fcc66acb 100644 --- a/dev-docs/publisher-api-reference.md +++ b/dev-docs/publisher-api-reference.md @@ -1167,18 +1167,19 @@ Currently, `bidWon` is the only event that accepts the `id` parameter. The available events are: {: .table .table-bordered .table-striped } -| Event | Description | -|---------------+-----------------------------------------| -| auctionInit | The auction has started | -| auctionEnd | The auction has ended | -| bidAdjustment | A bid was adjusted | -| bidTimeout | A bid timed out | -| bidRequested | A bid was requested | -| bidResponse | A bid response has arrived | -| bidWon | A bid has won | -| setTargeting | Targeting has been set | -| requestBids | Bids have been requested from adapters | -| addAdUnits | Ad units have been added to the auction | +| Event | Description | +|---------------+------------------------------------------------| +| auctionInit | The auction has started | +| auctionEnd | The auction has ended | +| bidAdjustment | A bid was adjusted | +| bidTimeout | A bid timed out | +| bidRequested | A bid was requested | +| bidResponse | A bid response has arrived | +| bidWon | A bid has won | +| setTargeting | Targeting has been set | +| bidderDone | A bidder has signaled they are done responding | +| requestBids | Bids have been requested from adapters | +| addAdUnits | Ad units have been added to the auction | The example below shows how to use these methods: