Skip to content

Commit 44a5964

Browse files
authored
Merge pull request #7776 from segmentio/STARTCONN-6052/smart-hashing
Add warning that hashing detection applies only to action-destinations
2 parents 54a9276 + e5a2147 commit 44a5964

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/connections/destinations/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,9 @@ Segment supports these 2 types of data for hashing:
227227
* **Plain text data:** When you send plain text values to destinations that require hashed values, Segment automatically normalizes and hashes these values.
228228
* **Pre-hashed data:** If you already hash your data before sending it to Segment, Segment is able to detect that the data is hashed, and will pass your pre-hashed data directly to the destination, avoiding double-hashing.
229229

230+
> warning ""
231+
> The hashing detection feature applies only to **Action Destinations**.
232+
230233
> info ""
231234
> If you choose to hash data yourself, ensure you follow each destination's specific hashing requirements. Fields that support automatic hashing detection will display a tooltip indicating *"If not hashed, Segment will hash this value."*
232235

0 commit comments

Comments
 (0)