Adcontroller: Difference between revisions
No edit summary |
No edit summary |
||
| Line 160: | Line 160: | ||
=====key: userData:hashedEmail===== | =====key: userData:hashedEmail===== | ||
Prior normalization and transfer of email addresses | Prior normalization and transfer of via SHA256 created hashes of email addresses after user login/newsletter registration. | ||
<syntaxhighlight lang='javascript'> | |||
//example of sha256 hash | |||
const userData:{ | |||
hashedEmail: "21bd991f8b25a57075dd2489b4eebda1a5d956bbf52f961fe5289c6d5a0a2b5c" | |||
} | |||
</syntaxhighlight> | |||
'''Normalization''': | '''Normalization''': | ||