Skip to content

Commit

Permalink
wordsmithing
Browse files Browse the repository at this point in the history
  • Loading branch information
bretg authored Dec 6, 2024
1 parent 8f27a77 commit 9f581c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prebid-server/developers/add-a-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9f581c7

Please sign in to comment.