From 2e8f31633f4585c31a500e89a144611f6e21dfa7 Mon Sep 17 00:00:00 2001 From: Yu Nishimura Date: Tue, 19 Sep 2023 15:05:28 -0700 Subject: [PATCH 1/3] AMP-84981 updated user mapping & consideration --- docs/data/destinations/thetradedesk-cohort.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/data/destinations/thetradedesk-cohort.md b/docs/data/destinations/thetradedesk-cohort.md index bf9f44bd7..6e1ed68c1 100644 --- a/docs/data/destinations/thetradedesk-cohort.md +++ b/docs/data/destinations/thetradedesk-cohort.md @@ -14,7 +14,8 @@ description: Sync cohorts from Amplitude to TheTradeDesk - This integration is only available for customers who have paid plans with Amplitude. - You must enable this integration in each Amplitude project you want to use it in. - You need a paid The Trade Desk plan to enable this integration. -- This integration with The Trade Desk only allows you to map identifiers to The Trade Desk 36-character GUID, Raw device ID in 36-character GUID or Email (SHA256). +- This integration with The Trade Desk only allows you to map identifiers to The Trade Desk 36-character GUID, Raw device ID in 36-character GUID (iOS IDFA or Android's AAID) or User's Unified ID 2.0 ([detail](https://partner.thetradedesk.com/v3/portal/data/doc/UnifiedIDs)). +- Users in the Trade Desk's segment has a TTL (Time-To-Live) parameter. Amplitude set 30 days for TTL of our users in cohorts that are sent to the Trade Desk and this parameter will be refreshed for every sync. So, if you have scheduled sync (Daily, Hourly), you do not have to worry that the users in the Trade Desk's segment sent by Amplitude will expire. If you run `One-Time Sync`, the users in the segment of the Trade Desk will expire in 30 days unless it's synced again. ## Setup @@ -22,7 +23,7 @@ description: Sync cohorts from Amplitude to TheTradeDesk 1. In The Trade Desk, navigate to Settings > Integrations. 2. Click **Add integration**, then find and add Amplitude. -3. Copy the **Advertiser ID** and **Advertiser Secret Key to your clipboard. +3. Copy the **Advertiser ID** and **Advertiser Secret Key** to your clipboard. ### Amplitude setup @@ -31,7 +32,7 @@ description: Sync cohorts from Amplitude to TheTradeDesk 3. Click **Add another destination**. 4. Enter **Name**, **Advertiser ID** and **Advertiser Secret Key**. 5. Choose your Data Center Region. -6. Map the Amplitude User ID field to TheTradeDesk User ID field. You can only map identifiers to The Trade Desk 36-character GUID, Raw device ID in 36-character GUID or Email (SHA256). +6. Map the Amplitude User ID field to TheTradeDesk User ID field. You can only map identifiers to The Trade Desk 36-character GUID, Raw device ID in 36-character GUID (iOS IDFA or Android's AAID) or User's Unified ID 2.0. 7. Save when finished. ## Send a cohort From 2410e2be5a39636319896f9b2671f9f1069544f5 Mon Sep 17 00:00:00 2001 From: Yu Nishimura Date: Tue, 19 Sep 2023 16:07:13 -0700 Subject: [PATCH 2/3] AMP-84981 updated to address the suggested comments --- docs/data/destinations/thetradedesk-cohort.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/data/destinations/thetradedesk-cohort.md b/docs/data/destinations/thetradedesk-cohort.md index 6e1ed68c1..4ef57c1d1 100644 --- a/docs/data/destinations/thetradedesk-cohort.md +++ b/docs/data/destinations/thetradedesk-cohort.md @@ -14,8 +14,8 @@ description: Sync cohorts from Amplitude to TheTradeDesk - This integration is only available for customers who have paid plans with Amplitude. - You must enable this integration in each Amplitude project you want to use it in. - You need a paid The Trade Desk plan to enable this integration. -- This integration with The Trade Desk only allows you to map identifiers to The Trade Desk 36-character GUID, Raw device ID in 36-character GUID (iOS IDFA or Android's AAID) or User's Unified ID 2.0 ([detail](https://partner.thetradedesk.com/v3/portal/data/doc/UnifiedIDs)). -- Users in the Trade Desk's segment has a TTL (Time-To-Live) parameter. Amplitude set 30 days for TTL of our users in cohorts that are sent to the Trade Desk and this parameter will be refreshed for every sync. So, if you have scheduled sync (Daily, Hourly), you do not have to worry that the users in the Trade Desk's segment sent by Amplitude will expire. If you run `One-Time Sync`, the users in the segment of the Trade Desk will expire in 30 days unless it's synced again. +- You can map identifiers to TheTradeDesk's 36 character GUID, the raw device GUID (for example, iOS IDFA or Android AAID), or TheTradeDesk's Unified ID 2.0 (UID2). For more information about UID2, see TheTradeDesk's [Unified IDs](https://partner.thetradedesk.com/v3/portal/data/doc/UnifiedIDs). +- Users in TheTradeDesk have a TTL (Time-To-Live) parameter. Amplitude sets this value to 30 days for users in Cohorts that you send to TheTradeDesk, and refreshes it with every sync. If you configure a scheduled sync, users in cohorts that you send to TheTradeDesk won't expire. If you run a one-time sync, users you send to TheTradeDesk will expire 30 days after the sync, unless you manually resync the cohort. ## Setup @@ -32,7 +32,7 @@ description: Sync cohorts from Amplitude to TheTradeDesk 3. Click **Add another destination**. 4. Enter **Name**, **Advertiser ID** and **Advertiser Secret Key**. 5. Choose your Data Center Region. -6. Map the Amplitude User ID field to TheTradeDesk User ID field. You can only map identifiers to The Trade Desk 36-character GUID, Raw device ID in 36-character GUID (iOS IDFA or Android's AAID) or User's Unified ID 2.0. +6. Map the Amplitude User ID field to TheTradeDesk User ID field. You can map identifiers to The Trade Desk 36-character GUID, Raw device ID in 36-character GUID (iOS IDFA or Android's AAID) or TheTradeDesk's Unified ID 2.0. 7. Save when finished. ## Send a cohort From 1cba1662283c0e41e6c090345aaae80c8748e852 Mon Sep 17 00:00:00 2001 From: Yu Nishimura Date: Tue, 19 Sep 2023 16:11:16 -0700 Subject: [PATCH 3/3] AMP-84981 fixed lint error --- docs/data/destinations/thetradedesk-cohort.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data/destinations/thetradedesk-cohort.md b/docs/data/destinations/thetradedesk-cohort.md index 4ef57c1d1..3dcaaec4a 100644 --- a/docs/data/destinations/thetradedesk-cohort.md +++ b/docs/data/destinations/thetradedesk-cohort.md @@ -15,7 +15,7 @@ description: Sync cohorts from Amplitude to TheTradeDesk - You must enable this integration in each Amplitude project you want to use it in. - You need a paid The Trade Desk plan to enable this integration. - You can map identifiers to TheTradeDesk's 36 character GUID, the raw device GUID (for example, iOS IDFA or Android AAID), or TheTradeDesk's Unified ID 2.0 (UID2). For more information about UID2, see TheTradeDesk's [Unified IDs](https://partner.thetradedesk.com/v3/portal/data/doc/UnifiedIDs). -- Users in TheTradeDesk have a TTL (Time-To-Live) parameter. Amplitude sets this value to 30 days for users in Cohorts that you send to TheTradeDesk, and refreshes it with every sync. If you configure a scheduled sync, users in cohorts that you send to TheTradeDesk won't expire. If you run a one-time sync, users you send to TheTradeDesk will expire 30 days after the sync, unless you manually resync the cohort. +- Users in TheTradeDesk have a TTL (Time-To-Live) parameter. Amplitude sets this value to 30 days for users in Cohorts that you send to TheTradeDesk, and refreshes it with every sync. If you configure a scheduled sync, users in cohorts that you send to TheTradeDesk won't expire. If you run a one-time sync, users you send to TheTradeDesk will expire 30 days after the sync, unless you manually resync the cohort. ## Setup