-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Prebid JS UserId hashed email id sub-module #4175
Comments
I was looking at the code of UserId module and I think it is easier to include this feature in UserId module itself than creating a submodule. |
This should probably also define some enum for hashType Currently used in some major platforms are: |
While I agree that getting hashed emails into the ecosystem is important to handle browsers not supporting 3rd party cookies, I see a couple of issues with this proposal:
|
@pm-harshad-mane we believe that this should be largely achievable via Publisher Provided ID - https://docs.prebid.org/dev-docs/modules/userId.html#pubprovided-id, #5690 -- apart from the details of the publisher leaning on the browser to execute email encryption. Would you agree / can we close this issue? |
in place of a user id module we built a general purpose module (https://docs.prebid.org/dev-docs/modules/idLibrary.html) that anchors any userid.subadapter output to a hashed email and sends the payload to a user defined endpoint. Pubs can use the output to deterministically link 1st party ids. We think this alongside the pubprovided module is the better approach. |
No. This is a bad idea. |
@gglas we may close this issue. |
Type of issue
Feature request: Prebid User Id sub-module to add hashed email id
Description
pbjs.storeHashedEmail
pbjs.storeHashedEmail('[email protected]')
pbjs-hashed-email-id
bids.userId.hashedEmail
Benefits
The text was updated successfully, but these errors were encountered: