From 9f581c73156f2c572fababb5584bbfbe4ba4a681 Mon Sep 17 00:00:00 2001 From: bretg Date: Fri, 6 Dec 2024 13:55:57 -0500 Subject: [PATCH] wordsmithing --- prebid-server/developers/add-a-module.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prebid-server/developers/add-a-module.md b/prebid-server/developers/add-a-module.md index 18985b2b04..0edbbd3cb7 100644 --- a/prebid-server/developers/add-a-module.md +++ b/prebid-server/developers/add-a-module.md @@ -71,7 +71,7 @@ Here's a description of the Stages of a PBS request that modules can tap into fo | Raw Bidder Response | Hook functions can get access to the unprocessed bidder response. Note that the module will be called in parallel for each bidder in the auction. | auction, amp, video | Response validations | | All Processed Bid Responses | All bids are back and PBS-core bid validations are done. | auction, amp, video | Creative validation, advanced bid validations. | | Auction Response | Last chance to modify the bid auction response | auction, amp, video | Inject ad server targeting, alternate auction winner logic | -| Exitpoint | Last step before the response goes back to the client. Allows to modify the response headers and body | auction, amp, video | ??? | +| Exitpoint | (PBS-Java 3.16+) Last step before the response goes back to the client. Specify the response headers and body | auction, amp, video | Create a VAST response instead of OpenRTB. | ### 3. Figure Out Which Stages You're Going to Hook Into