From 90148ea4959869916d77f9cf237fff9f843108cf Mon Sep 17 00:00:00 2001
From: forstisabella <92472883+forstisabella@users.noreply.github.com>
Date: Tue, 11 Jun 2024 17:25:50 -0400
Subject: [PATCH 1/2] Update unified-profiles-workspace.md
---
.../unified-profiles-workspace.md | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/src/unified-profiles/unified-profiles-workspace.md b/src/unified-profiles/unified-profiles-workspace.md
index 92a413bf82..e36be5327c 100644
--- a/src/unified-profiles/unified-profiles-workspace.md
+++ b/src/unified-profiles/unified-profiles-workspace.md
@@ -104,12 +104,15 @@ Connect to either a website or mobile app to complete this step.
5. After Segment marks the "Add connections" tile as complete, click **Add identifiers and traits** and begin [Step 3: Add identifiers and traits](#step-3-add-identifiers-and-traits).
## Step 3: Add identifiers and traits
-After you've selected which data sources you'd like to integrate customer data from, you can select _identifiers_, or unique pieces of data that allow you to link information about an individual customer across different programs and services, and _traits_, which are pieces of information you know about a particular customer. In this step, you can select one or more of Segment's 11 default identifiers.
-
-1. On the Add identifiers and traits page, click **Add identifier**.
-2. Select either **Select default identifiers** or **Create identifier** and follow the provided steps to configure your identifiers.
-3. When you've finished selecting identifiers, click **Save**.
-4. On the Add identifiers and traits page, review the identifiers. If you need to make changes to an identifier, select the menu icon in the row the identifier appears in and click **Edit** or **Delete**.
+After you've selected which data sources you'd like to integrate customer data from, you can select _identifiers_, or unique pieces of data that allow you to link information about an individual customer across different programs and services, and _traits_, which are pieces of information you know about a particular customer. Segment automatically configures 4 common identifiers, but you can select any of Segment's 11 default identifiers or add custom identifiers.
+
+1. On the Add identifiers and traits page, review the four default identifiers Segment automatically set up on your behalf:
+ - `user_id`
+ - `anonymous_id`
+ - `email`
+ - `phone`
+2. If you need to add additional identifiers, select either **Select default identifiers** or **Create identifier** and follow the provided steps.
+3. When you've finished selecting identifiers, click **Save**. If you need to make changes to an identifier, select the menu icon in the row the identifier appears in and click **Edit** or **Delete**.
4. When you're satisfied with your identifiers, click **Add computed traits**.
5. Select up to two traits and click **Save**.
_Segment recommends selecting **Total inbounds**, or the number of inbound attempts that resulted in a customer engagement, and **Frequent inbound channel**, which identifies the most frequently used communication channel._
6. _(Optional)_: After events from your data sources populate into your downstream destinations, you can return to the guided setup to configure predictive traits. Return to the guided setup, select the **Set up predictive traits** dropdown, and click **Complete setup** next to one or both traits. For more information about predictive traits, see Segment's [Predictions documentation](/docs/unify/Traits/predictions/){:target="_blank"}.
From 0a3002874a49ae8a2e5e5c4a4e9f12c3b761c540 Mon Sep 17 00:00:00 2001
From: forstisabella <92472883+forstisabella@users.noreply.github.com>
Date: Thu, 13 Jun 2024 13:01:45 -0400
Subject: [PATCH 2/2] rm code format for list items, add note about anonymous
id
---
src/unified-profiles/unified-profiles-workspace.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/unified-profiles/unified-profiles-workspace.md b/src/unified-profiles/unified-profiles-workspace.md
index e36be5327c..48a46f1792 100644
--- a/src/unified-profiles/unified-profiles-workspace.md
+++ b/src/unified-profiles/unified-profiles-workspace.md
@@ -107,10 +107,10 @@ Connect to either a website or mobile app to complete this step.
After you've selected which data sources you'd like to integrate customer data from, you can select _identifiers_, or unique pieces of data that allow you to link information about an individual customer across different programs and services, and _traits_, which are pieces of information you know about a particular customer. Segment automatically configures 4 common identifiers, but you can select any of Segment's 11 default identifiers or add custom identifiers.
1. On the Add identifiers and traits page, review the four default identifiers Segment automatically set up on your behalf:
- - `user_id`
- - `anonymous_id`
- - `email`
- - `phone`
+ - user_id
+ - anonymous_id
_To preserve the quality of your user interaction data, **do not delete anonymous_id**. Flex uses anonymous_id to send events about user interaction back to Segment._
+ - email
+ - phone
2. If you need to add additional identifiers, select either **Select default identifiers** or **Create identifier** and follow the provided steps.
3. When you've finished selecting identifiers, click **Save**. If you need to make changes to an identifier, select the menu icon in the row the identifier appears in and click **Edit** or **Delete**.
4. When you're satisfied with your identifiers, click **Add computed traits**.