
Hash properties
Hashes sensitive fields with SHA256 using a salt. This helps protect user privacy while maintaining data consistency.
Configuration
| Option | Description |
|---|---|
SaltType: string Required: True | A secret salt used for hashing. This should be kept secure and consistent. |
Fields to hashType: string Required: True | Comma-separated list of field names to hash. Can include both event properties and top-level event fields like distinct_id. |
Also hash $set and $set_once propertiesType: boolean Required: False | Whether to also hash $set and $set_once properties that are used to update Person properties. |
Using our REST API you can create this transformation like so:
Terminal