Skip to content

Commit 700afd2

Browse files
authored
Merge pull request #6099 from segmentio/courtneyga-patch-14
Double Hashing for FB
2 parents 9d4a6db + 26aad3d commit 700afd2

File tree

1 file changed

+5
-1
lines changed
  • src/connections/destinations/catalog/actions-facebook-conversions-api

1 file changed

+5
-1
lines changed

src/connections/destinations/catalog/actions-facebook-conversions-api/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,11 @@ Segment creates a SHA-256 hash of the following fields before sending to Faceboo
169169

170170
If you use Facebook Pixel, the Pixel library also hashes the External ID. This means External IDs will match across Facebook Pixel and Facebook Conversions API if they use the External ID for [deduplication](https://developers.facebook.com/docs/marketing-api/conversions-api/deduplicate-pixel-and-server-events/#fbp-or-external-id){:target="_blank"}.
171171

172-
### User Data Formatting
172+
### Double hashing PII data
173+
174+
If you hash data before sending it to Segment, and then Segment applies its hashing, this could result in double hashing. Double hashing might make the data unusable for matching purposes on platforms like Facebook, which rely on specific hashing algorithms (like SHA-256) applied to the original PII to match users. If your data involves a lot of PII and PHI, Segment recommendeds that you send this data to Segment in its original, non-hashed format. You can then rely on Segment's privacy tools and destination-specific configurations to ensure that data is hashed appropriately when sent to destinations that require hashed PII. This approach helps maintain the integrity and usability of the data while ensuring privacy and compliance.
175+
176+
### User data formatting
173177

174178
Segment applies formatting to User Data Parameters as follows:
175179

0 commit comments

Comments
 (0)