From e0918a86b1a898e7136bb7e67de6a473142a9f5a Mon Sep 17 00:00:00 2001 From: robin-crazygames Date: Wed, 18 Mar 2026 15:43:21 +0100 Subject: [PATCH] Update getEvents.md: added auctionTimeout event --- dev-docs/publisher-api-reference/getEvents.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-docs/publisher-api-reference/getEvents.md b/dev-docs/publisher-api-reference/getEvents.md index a374315d74..2af6e4c295 100644 --- a/dev-docs/publisher-api-reference/getEvents.md +++ b/dev-docs/publisher-api-reference/getEvents.md @@ -27,6 +27,7 @@ The available events are: | --- | --- | --- | | auctionInit | The auction has started | Object containing auction details | | auctionEnd | The auction has ended | Object containing auction details | +| auctionTimeout | The auction has timed out | 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 |