Humansecurity RTD Provider: migrate to TypeScript and optimize token handling#6579
Open
florianerl wants to merge 2 commits into
Open
Humansecurity RTD Provider: migrate to TypeScript and optimize token handling#6579florianerl wants to merge 2 commits into
florianerl wants to merge 2 commits into
Conversation
Contributor
florianerl
commented
May 21, 2026
- Migrated to TypeScript
- Removed hardcoded token injection into ortb2Fragments and delegate to the HUMAN implementation, enabling management of which bidders receive tokens and enhancing monitoring and control of latency and performance
- Introduce a cached implementation reference via getImpl()
- Add module version query parameter when loading the implementation script
- Wire onAuctionInitEvent so the implementation can collect QoS, telemetry and statistics per auctio
…handling * - Migrated to TypeScript - Removed hardcoded token injection into ortb2Fragments and delegate to the HUMAN implementation, enabling management of which bidders receive tokens and enhancing monitoring and control of latency and performance - Introduce a cached implementation reference via getImpl() - Add module version query parameter when loading the implementation script - Wire onAuctionInitEvent so the implementation can collect QoS, telemetry and statistics per auction
✅ Deploy Preview for prebid-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Add language tags to fenced code blocks and normalize the parameters table spacing for MD060. Co-authored-by: Cursor <cursoragent@cursor.com>
muuki88
requested changes
May 21, 2026
Contributor
muuki88
left a comment
There was a problem hiding this comment.
Because you removed the meta data and with it the title property, all the headlines changed one level up.
I would recommend going back one step and redo this.
Comment on lines
-1
to
-18
| --- | ||
| layout: page_v2 | ||
| title: HUMAN Security Realtime Data Submodule | ||
| display_name: HUMAN Security RTD Submodule | ||
| description: The HUMAN Security RTD Submodule offers publishers a mechanism to integrate pre-bid signal collection for the purpose of providing real-time protection against all sorts of invalid traffic. | ||
| page_type: module | ||
| module_type: rtd | ||
| module_code : humansecurity | ||
| enable_download : true | ||
| vendor_specific: true | ||
| sidebarType : 1 | ||
| --- | ||
|
|
||
| # HUMAN Security Real-time Data Submodule | ||
| {:.no_toc} | ||
|
|
||
| * TOC | ||
| {:toc} |
Contributor
There was a problem hiding this comment.
You must leave the meta data in, otherwise the page won't be rendered at all 😉
|
|
||
| This module is configured as part of the `realTimeData.dataProviders` object. | ||
| Please refer to [Prebid Documentation](/dev-docs/publisher-api-reference/setConfig.html#setConfig-realTimeData) | ||
| Please refer to [Prebid Documentation](https://docs.prebid.org/dev-docs/publisher-api-reference/setConfig.html#setConfig-realTimeData) |
Contributor
There was a problem hiding this comment.
Suggested change
| Please refer to [Prebid Documentation](https://docs.prebid.org/dev-docs/publisher-api-reference/setConfig.html#setConfig-realTimeData) | |
| Please refer to [Prebid Documentation](/dev-docs/publisher-api-reference/setConfig.html#setConfig-realTimeData) |
please keep relative references
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.