Mantis RTD: Documentation for RTD Module Added#6654
Open
mantissolutions wants to merge 3 commits into
Open
Conversation
✅ Deploy Preview for prebid-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
muuki88
requested changes
Jul 14, 2026
muuki88
left a comment
Contributor
There was a problem hiding this comment.
Reduce AI redudancy and fix lint errors, please 😊
Comment on lines
+75
to
+87
| # Behavior & Failure Modes | ||
|
|
||
| All errors fail gracefully with no retries — the auction is never blocked. | ||
|
|
||
| | Scenario | Behavior | | ||
| |----------|----------| | ||
| | Valid config, response within `auctionDelay` | Segments injected into `ortb2Fragments.global` | | ||
| | Missing `endpoint` param | No request made; auction continues immediately | | ||
| | Non-2xx response (e.g. 404, 500) | Error logged; no segments added; auction continues | | ||
| | Response exceeds `auctionDelay` | Module stops waiting; auction continues without data | | ||
| | Network error (DNS failure, unreachable) | Error logged; no segments added; auction continues | | ||
| | Late response (arrives after timeout) | Response discarded; auction already proceeding | | ||
| | Empty or below-threshold API data | No segments injected; auction continues normally | |
Contributor
There was a problem hiding this comment.
This looks AI generated from how modules work in general.
Please remove as this doesn't add any information here.
| | `endpoint` | string | yes | Base URL of the Mantis API service | | ||
|
|
||
|
|
||
| The API request timeout is controlled by the top-level `auctionDelay` setting in the `realTimeData` config. Keep it as low as possible — higher values increase auction latency. |
Contributor
There was a problem hiding this comment.
If you have an auctionDelay recommendation, put it here, otherwise remove redundant information
Author
There was a problem hiding this comment.
@muuki88 done - 91afc5a#diff-edb7108c6cebb1a9f915f3faef6d9e9d280a4c044c222215bb0c5d3d1f50302dR41 Please have a look now. Thank you 🙁
mantissolutions
marked this pull request as ready for review
July 14, 2026 20:36
Author
@muuki88 done. Please check now. Thank you 🙁 |
muuki88
approved these changes
Jul 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🏷 Type of documentation
📋 Checklist