Skip to content

Commit cf4c798

Browse files
authored
moving exclusion rules to before setup instructions
1 parent 6e80a47 commit cf4c798

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/unify/Traits/recommended-items.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ Once Segment attaches the recommendation array to a profile, you can use it to:
2929
- Build further segments based on Recommended Items
3030
- Trigger customized campaigns and experiences tailored to individual users
3131

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+
3240
## Create a Recommended Items trait
3341

3442
> info "Before you begin"
@@ -45,20 +53,12 @@ To create a Recommended Item trait:
4553
5. Choose how many item types you want to return onto each profile.
4654
- You can select up to 5 item types.
4755
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.
4957
8. (*Optional*) Select destinations you want to sync the trait to, then click **Next**.
5058
9. Give your trait a name, then click **Create Trait**.
5159

5260
Segment begins creating your new trait. This process could take up to 48 hours.
5361

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-
6262
## Example use case: personalized album recommendations
6363

6464
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

Comments
 (0)