You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/unify/Traits/recommended-items.md
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,14 @@ Once Segment attaches the recommendation array to a profile, you can use it to:
29
29
- Build further segments based on Recommended Items
30
30
- Trigger customized campaigns and experiences tailored to individual users
31
31
32
+
### Exclusion rules
33
+
34
+
Exclusion rules let you filter out specific items from recommendations, helping keep suggestions relevant and valuable. For example, you could use them to remove items a user has already purchased or exclude products above a certain price.
35
+
36
+
There are two types of exclusion rules:
37
+
-**Item information**: This filters out items based on product catalog metadata. For example, you can exclude items over a certain price, from a specific category, or by a particular brand.
38
+
-**Past user action**: This filters out items based on a user’s interaction history. For example, you can remove items a customer already purchased or previously added to their cart.
39
+
32
40
## Create a Recommended Items trait
33
41
34
42
> info "Before you begin"
@@ -45,20 +53,12 @@ To create a Recommended Item trait:
45
53
5. Choose how many item types you want to return onto each profile.
46
54
- You can select up to 5 item types.
47
55
6. Click **Calculate** to get a preview of the number of users who will receive your recommendations, then click **Next**.
48
-
7. (*Optional*) Set your exclusion rules to manually remove specific items from being recommended
56
+
7. (*Optional*) Set exclusion rules to filter out specific items from recommendations.
49
57
8. (*Optional*) Select destinations you want to sync the trait to, then click **Next**.
50
58
9. Give your trait a name, then click **Create Trait**.
51
59
52
60
Segment begins creating your new trait. This process could take up to 48 hours.
53
61
54
-
## Exclusion rules
55
-
56
-
Exclusion rules let you filter out specific items from recommendations, helping keep suggestions relevant and valuable. For example, you could use them to remove items a user has already purchased or exclude products above a certain price.
57
-
58
-
There are two types of exclusion rules:
59
-
-**Item information**: This filters out items based on product catalog metadata. For example, you can exclude items over a certain price, from a specific category, or by a particular brand.
60
-
-**Past user action**: This filters out items based on a user’s interaction history. For example, you can remove items a customer already purchased or previously added to their cart.
61
-
62
62
## Example use case: personalized album recommendations
63
63
64
64
Suppose you’re managing a music streaming app and want to give each user personalized music recommendations based on their listening habits.
0 commit comments