From 46de261fec2ed8d3186538f525c7b654f3bfe29e Mon Sep 17 00:00:00 2001 From: MStephen024 <50896926+MStephen024@users.noreply.github.com> Date: Sun, 30 Jun 2024 17:36:00 -0400 Subject: [PATCH 1/3] Added Warning to Step 4 Added info to Step 4 about identify events not appearing in the Events tab of a user's profile in Unify --- src/unify/quickstart.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/unify/quickstart.md b/src/unify/quickstart.md index ce14843124..d5c3c6cfe7 100644 --- a/src/unify/quickstart.md +++ b/src/unify/quickstart.md @@ -65,6 +65,9 @@ A good test is to look at _your own_ user profile, and maybe some colleagues' pr If your user profiles look wrong, or you aren't confident users are being accurately defined and merged, stop here and troubleshoot. It's important to have accurate identity resolution before you continue. See the [detailed Identity Resolution documentation](/docs/unify/identity-resolution/) to better understand how it works, and why you may be running into problems. (Still need help? [Contact Segment](https://segment.com/help/contact/){:target="_blank"} for assistance.) +> warning "" +> **Note:**: The `identify` events triggered by a user will not appear in the **Events** tab of their profile, however, the traits from the `identify` event will still be assigned to the profile under the **Traits** tab. + ## Step 5: Create your production space Once you validate that your data is flowing through Unify, you're ready to create a Production space. Segment recommends that you repeat the same steps outlined above, focusing on your production use cases and data sources. From ceaed16ce13d1076d0921161cc6a63c3e3d5cda2 Mon Sep 17 00:00:00 2001 From: pwseg <86626706+pwseg@users.noreply.github.com> Date: Thu, 27 Feb 2025 11:09:38 -0600 Subject: [PATCH 2/3] change to info --- src/unify/quickstart.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/unify/quickstart.md b/src/unify/quickstart.md index d5c3c6cfe7..7dafab4615 100644 --- a/src/unify/quickstart.md +++ b/src/unify/quickstart.md @@ -65,8 +65,10 @@ A good test is to look at _your own_ user profile, and maybe some colleagues' pr If your user profiles look wrong, or you aren't confident users are being accurately defined and merged, stop here and troubleshoot. It's important to have accurate identity resolution before you continue. See the [detailed Identity Resolution documentation](/docs/unify/identity-resolution/) to better understand how it works, and why you may be running into problems. (Still need help? [Contact Segment](https://segment.com/help/contact/){:target="_blank"} for assistance.) -> warning "" -> **Note:**: The `identify` events triggered by a user will not appear in the **Events** tab of their profile, however, the traits from the `identify` event will still be assigned to the profile under the **Traits** tab. +> info "" +> Identify events triggered by a user don't appear in the Events tab of their profile. However, the traits from these events are still assigned to the profile and can be viewed under the Traits tab. + + ## Step 5: Create your production space From 04963f8e4f626c944ac58dd99c46f4e857a292cd Mon Sep 17 00:00:00 2001 From: pwseg <86626706+pwseg@users.noreply.github.com> Date: Thu, 27 Feb 2025 11:10:41 -0600 Subject: [PATCH 3/3] minor rewording --- src/unify/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unify/quickstart.md b/src/unify/quickstart.md index 7dafab4615..96ce1b5f8a 100644 --- a/src/unify/quickstart.md +++ b/src/unify/quickstart.md @@ -66,7 +66,7 @@ A good test is to look at _your own_ user profile, and maybe some colleagues' pr If your user profiles look wrong, or you aren't confident users are being accurately defined and merged, stop here and troubleshoot. It's important to have accurate identity resolution before you continue. See the [detailed Identity Resolution documentation](/docs/unify/identity-resolution/) to better understand how it works, and why you may be running into problems. (Still need help? [Contact Segment](https://segment.com/help/contact/){:target="_blank"} for assistance.) > info "" -> Identify events triggered by a user don't appear in the Events tab of their profile. However, the traits from these events are still assigned to the profile and can be viewed under the Traits tab. +> Identify events triggered by a user don't appear in the Events tab of their profile. However, the traits from these events are still assigned to the profile. You can view them under the Traits tab.