PII Pseudonymization Enrichment
Last updated
Was this helpful?
Last updated
Was this helpful?
The PII Enrichment enables Snowplow users to better protect the privacy rights of data subjects, therefore aiding in compliance for regulatory measures.
As more and more regulation is brought out worldwide to protect individuals in regards to their behavioural and personal data that is collected, stored and processed, Snowplow wants to ensure that we enable our users to have more control over how that data is handled.
This enrichment builds off of the ability to pseudonimize certain fields collected using Snowplow trackers. This enrichment is configured to choose which fields to hash along with other configuration settings related to the hashing itself.
To read more detail on this enrichment go .
For help setting up this enrichment for your pipeline please contact us at support@snowplowanalytics.com
The configuration above is for a Snowplow pipeline that is receiving events from the Snowplow JavaScript Tracker, plus a Mailchimp webhook integration:
The Snowplow JavaScript Tracker has been configured to emit events which includes the user_id
and user_fingerprin
fields
The Mailchimp webhook (available since release 0.9.11) is emitting subscribe events (among other events, ignored for the purpose of this example)
With the above PII Enrichment configuration, then, you are specifying that:
You wish for the user_id and user_fingerprint from the Snowplow Canonical event model fields to be hashed (the full list of supported fields for pseudonymization is viewable in the enrichment configuration schema)
You wish for the data.email
and data.ip_opt
fields from the Mailchimp subscribe event to be hashed, but only if the schema version begins with 1-
You wish to use the SHA-256 variant of the algorithm for the pseudonymization
You wish for the re-identification events to be emitted to the pii stream (see stream enrich configuration for configuring the stream)
You wish for the salt value pepper123 to be used in hashing all the values