Emails

Users can have multiple emails registered on the platform. They have the following properties:

PropertyTypedescription

hash

ID

Hashed user email. Always use the same hashing function (ex: SHA-256) in your datamart and all its integrations to allow proper matching between data flows.

email

String

Optional. User's email, not hashed.

creation_ts

Timestamp

When the email was registered on the platform

Use the email hash to identify a user by its email, usually with an email_hash field on requests.

User device points and device technical ids

Last updated