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

raveltechRtdProvider: Initial release #12832

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Conversation

mnguyen-raveltech
Copy link

Type of change

  • Other: new RtdProvider

Description of change

The ravelRtdProvider module allows publishers to implement privacy protections such as removal or anonymization of user IDs in bid requests.
It routes the anonymized bid requests through a proxy which processes the IP address anonymization.
It also allows publishers to chose whether the initial bid requests will still be sent in parallel of the anonymized ones (false by default).

  • contact email of the adapter’s maintainer: [email protected]
  • parameters of the module:
Parameter Type Value
bidders 1 Array List of bidders going through anonymization.
preserveOriginalBid Boolean If true, the original request remains unchanged and an anonymized request is added. If false, only the anonymized request is sent. Default value: false.

Other information

…D approach as advised in the last pull request"

This reverts commit a8b4cd9.
…ad saw an expression no-unused-expressions" found during ci/cd pipeline tests
Copy link

github-actions bot commented Mar 6, 2025

Tread carefully! This PR adds 1 linter error (possibly disabled through directives):

  • modules/raveltechRtdProvider.js (+1 error)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant