Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HUMAN Security RTD Provider: initial release #12192

Merged

Conversation

mkikot-px
Copy link
Contributor

@mkikot-px mkikot-px commented Aug 30, 2024

Type of change

  • New RTD provider

Description of change

  • We're submitting the HUMAN RTD Submodule for review;
  • It enriches bid requests with additional bid-level signal, as described in the documentation (link)
    It uses device.ext.hmns as the IVT signal collected is not considered "user data" and cannot be used to identify a user or a device; we request feedback on whether this is the right placement, and whether any other controls should be present to govern this ___location or data collected
  • The Human Security RTD submodule offers pre-bid signal collection, aimed to improve real-time protection against all sorts of invalid traffic, such as bot-generated ad interactions or sophisticated ad fraud schemes. It generates Human Security token, which then can be consumed by vendors, sent within bid requests, and used for bot detection on the backend.

Other information

Contact email of the maintainer: [email protected]

Documentation PR: prebid/prebid.github.io#5577

// At the time of writing this submodule, "hmns" is an object defined
// internally by humansecurity, and it currently contains "v1" field
// with a token that contains collected signals about this session.
mergeDeep(reqBidsConfigObj.ortb2Fragments.global, { device: { ext: { hmns: hmnsData } } });
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is the right place; you may wish to chat with @jwrosewell about his efforts to get everyone absorbing it

@patmmccann patmmccann merged commit 4eb7515 into prebid:master Sep 9, 2024
6 checks passed
@patmmccann patmmccann self-assigned this Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants