Skip to content

Commit 3a7ee15

Browse files
committed
add best practices info
1 parent 26e816c commit 3a7ee15

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/unify/Traits/recommended-items.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Recommended Items, part of Segment's CustomerAI, lets you add personalized item
77

88
Based on a user's past interactions, this trait generates a list of up to 5 items, like products, articles, or songs, that each user is most likely to engage with. This recommendation is designed for cases where you want to personalize experiences, like email content, in-app recommendations, or website suggestions, to fit each user's unique preferences.
99

10-
In this guide, you’ll learn how to set up a Recommended Item trait, as well as best practices to get the most out of your recommendations.
10+
In this guide, you’ll learn how Recommended Items works, how to set up a Recommended Item trait, and best practices to get the most out of your recommendations.
1111

1212
## How Recommended Items works
1313

@@ -53,3 +53,10 @@ Suppose you’re managing a music streaming app and want to give each user perso
5353

5454
By setting up a trait like this, each user profile now includes personalized recommendations that reflect individual tastes. You can use these recommendations across a range of touchpoints, like in-app sections, personalized email content, or targeted messaging, to create a more engaging and customized user experience.
5555

56+
## Best practices
57+
58+
Keep the following in mind as you work with Recommended Items:
59+
60+
- **Limit recommendations to key items**: Start with 5-7 items per profile. This keeps recommendations concise and tailored to each user's preferences.
61+
- **Consider audience size**: Larger audiences could dilute the likelihood of high engagement for each recommended item. Aim for the top 20% of users to keep recommendations impactful.
62+
- **Give the system time to build the trait**: Recommendation traits can take up to 48 hours to calculate, depending on data volume and complexity. Segment recommends waiting until 48 hours have passed before using the trait in campaigns.

0 commit comments

Comments
 (0)