From 7c06d246a54c1399df4f7c17b84b60f136497cd9 Mon Sep 17 00:00:00 2001 From: Panandhan22 <115441424+Panandhan22@users.noreply.github.com> Date: Mon, 19 Aug 2024 15:39:37 +0800 Subject: [PATCH 1/2] 5 most common values --- src/engage/faqs.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/engage/faqs.md b/src/engage/faqs.md index 0aa2cd7568..4449495fe7 100644 --- a/src/engage/faqs.md +++ b/src/engage/faqs.md @@ -150,4 +150,8 @@ Based on Engage behavior, standard source events such as Page, Track and Identif ## Why can't I connect the audience/computed trait to an existing destination in my workspace? -Engage will not allow you to connect an audience/computed trait to a destination that is already linked to a [Connections-based source](https://segment.com/docs/connections/sources/). Instead, create a new instance of the destination with the correct Engage space selected as the data source. \ No newline at end of file +Engage will not allow you to connect an audience/computed trait to a destination that is already linked to a [Connections-based source](https://segment.com/docs/connections/sources/). Instead, create a new instance of the destination with the correct Engage space selected as the data source. + +## How will the "5 most common values" be calculated for traits? + +The "5 most common values" represent a list of the most common values observed for that trait across the entire space, not associated with any specific user. From 76a281affc9e1ad26d4a24810dd8706173e58d5f Mon Sep 17 00:00:00 2001 From: pwseg <86626706+pwseg@users.noreply.github.com> Date: Thu, 24 Oct 2024 14:11:20 -0500 Subject: [PATCH 2/2] rewording for clarity --- src/engage/faqs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/engage/faqs.md b/src/engage/faqs.md index 4449495fe7..dedc894029 100644 --- a/src/engage/faqs.md +++ b/src/engage/faqs.md @@ -152,6 +152,6 @@ Based on Engage behavior, standard source events such as Page, Track and Identif Engage will not allow you to connect an audience/computed trait to a destination that is already linked to a [Connections-based source](https://segment.com/docs/connections/sources/). Instead, create a new instance of the destination with the correct Engage space selected as the data source. -## How will the "5 most common values" be calculated for traits? +## How are the "5 most common values" for traits calculated? -The "5 most common values" represent a list of the most common values observed for that trait across the entire space, not associated with any specific user. +The "5 most common values" are the most frequently observed values for a given trait across all users, not tied to any individual user.