Skip to content

Commit 3ac5011

Browse files
committed
add section on how it all works
1 parent 94523f8 commit 3ac5011

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

src/unify/Traits/recommended-items.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,19 @@ plan: unify-plus
55

66
Recommended Items, part of Segment's CustomerAI, lets you add personalized item recommendations as a trait to each user profile.
77

8-
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.
9-
10-
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.
8+
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.
119

1210
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.
1311

12+
## How Recommended Items works
13+
14+
Recommended Items uses your interaction events (like `order_completed`, `product_added`, and `product_searched`) along with event metadata to generate personalized recommendations for each user. Here’s an overview of the process:
15+
16+
1. **Data collection**: Segment captures user interactions from your select events.
17+
2. **Pattern analysis**: Machine learning models analyze these interactions to recognize patterns and user preferences.
18+
3. **Item ranking**: Based on this analysis, Segment generates an ordered list of recommended items for each user, ranked from most to least likely to engage.
19+
4. **Profile storage**: Segment then saves these recommendations as an array on each eligible user profile.
20+
1421
## Before you begin
1522

1623
Before you create Recommended Item traits, you'll first need to set up a Recommendation Catalog. The catalog setup process involves mapping your interaction events (like `order_completed`, `product_added`, and so on), as well as providing product from those interaction events.

0 commit comments

Comments
 (0)