-
Notifications
You must be signed in to change notification settings - Fork 393
Closed
Labels
contentWhen the bug is about content that needs to get fixedWhen the bug is about content that needs to get fixedtriaged
Description
What article on segment.com/docs is affected?
What part(s) of the article would you like to see updated?
It would seem Trade Desk prefers you send clear text emails over which we can handle just fine, where it gets confusing is here.
We seem to imply if you are storing the hashed version in Segment, to set the PII Type to "Hashed Email". When doing testing of the code, I discovered we actually do a lot more and the docs to not make it clear.
TTD expects an email to be normalized, sha256 hashed then hex base64 encoded. What we do, when you select the "hashed email" in the drop down is a handful of things:
- if its a plain text email, we normalize and hash as needed for TTD
- if the email is sha256 hash, we assume you normalized it correctly per TTD requirements and hex base64 encode it
- if the email is base64 encoded, we assume you normalized and sha256 hash it correctly per TTD requirements and send it on as is
Additional information
Metadata
Metadata
Assignees
Labels
contentWhen the bug is about content that needs to get fixedWhen the bug is about content that needs to get fixedtriaged