Skip to content

Commit 341f11f

Browse files
Merge pull request #7618 from segmentio/fix-7468
Add more context about PII/hashed emails to TTD CRM docs
2 parents dc9d794 + 8b03972 commit 341f11f

File tree

1 file changed

+13
-2
lines changed
  • src/connections/destinations/catalog/actions-the-trade-desk-crm

1 file changed

+13
-2
lines changed

src/connections/destinations/catalog/actions-the-trade-desk-crm/index.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Before you begin, generate a [long-lived token](https://partner.thetradedesk.com
3737
8. Navigate to the **Mappings** tab, click **New Mapping**, and choose **Sync Audience to CRM Data Segment**.
3838
9. In the **Select mappings** section, input the PII Type and maintain other defaults. Click **Save** and toggle to enable the mapping.
3939
- **Create only one mapping for every instance.**
40-
- If any of the emails stored in your Engage audience are already in a hashed format, please specify the PII type as `Hashed Email.` Failure to do so results in The Trade Desk categorizing the hashed records as invalid during the ingestion process.
40+
- If any of the emails stored in your Engage audience are already in a hashed format, please specify the [PII type](#what-pii-format-should-i-send) as `Hashed Email.` Failure to do so results in The Trade Desk categorizing the hashed records as invalid during the ingestion process.
4141
10. Return to **Engage > Audiences** and select the audience from Step 1.
4242
11. Click **Add Destinations** and choose The Trade Desk CRM destination you just created. In the settings that appear in the side panel, enable the **Send Track** option and **do not** alter the Audience Entered/Audience Exited event names. Fill out the audience settings, specifically the region field, with the geographical region of the CRM data segment based on the origin of the PII (US, EU, or APAC). Click **Save Settings**.
4343

@@ -69,4 +69,15 @@ The CRM endpoint maps email addresses into UID2s. If it's a valid email address,
6969

7070
#### What PII format should I send?
7171

72-
The Trade Desk recommends transmitting personally identifiable information (PII) in its original, non-hashed format. TTD's preference is to handle the hashing of any PII, like emails, on their end. However, if your data already contains any hashed emails, please ensure you are normalizing and hashing the emails by designating the PII type as `Hashed Email`, in line with TTD's [PII Normalization and Hash Encoding](https://api.thetradedesk.com/v3/portal/data/doc/DataPiiNormalization){:target="_blank”} documentation.
72+
The Trade Desk recommends transferring Personally Identifiable Information (PII), like email addresses, in their original, non-hashed format, as The Trade Desk normalizes and hashes any PII in their program.
73+
74+
If you store your emails in plain text, select a "PII Type" of `Email`.
75+
76+
If your data contains hashed email addresses, select a "PII Type" of `Hashed Email`.
77+
78+
When you select `Hashed Email` as your PII Type, Segment completes the following steps on your behalf:
79+
- Plain text email addresses are normalized and hashed as needed for The Trade Desk.
80+
- SHA256 hashed email addresses are hex base64 encoded.
81+
- Base64 encoded emails are sent directly to The Trade Desk without additional processing.
82+
83+
For more information about The Trade Desk's recommendations for PII, see the [PII Normalization and Hash Encoding](https://partner.thetradedesk.com/v3/portal/data/doc/DataPiiNormalization){:target="_blank”} documentation.

0 commit comments

Comments
 (0)