Skip to content

Commit eb6db97

Browse files
authored
update exclusion rules
1 parent 002c9c1 commit eb6db97

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/unify/Traits/recommended-items.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,13 @@ To create a Recommended Item trait:
5151

5252
Segment begins creating your new trait. This process could take up to 48 hours.
5353

54-
## Exclusion Rules
54+
## Exclusion rules
5555

56-
Exclusion rules are an optinal feature that let you manually exclude specific items from being recommended. For example, you could remove all items that users have previously purchased or you could remove items that cost more than $20
57-
- **Item Information**: This type of exclusion rule removes products based on the item metadata mapped in the product catalog. For example, items that cost over a certain amount or items from a specific brand/category could be removed
58-
- **Past User Action**: This type of exclusion rule removes products based on the any actions that a user has taken on the item. For example, you can remove items that a customer has purchased or have previously added to their cart.
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.
5957

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.
6061

6162
## Example use case: personalized album recommendations
6263

0 commit comments

Comments
 (0)