Skip to content

Commit e1c3d6a

Browse files
authored
Merge pull request #7434 from segmentio/tbols-patch-2
Add Exclusion Rules to Recommended Items doc
2 parents c80582f + cf4c798 commit e1c3d6a

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

src/unify/Traits/recommended-items.md

Lines changed: 13 additions & 4 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,8 +53,9 @@ 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*) Select destinations you want to sync the trait to, then click **Next**.
49-
8. Give your trait a name, then click **Create Trait**.
56+
7. (*Optional*) Set exclusion rules to filter out specific items from recommendations.
57+
8. (*Optional*) Select destinations you want to sync the trait to, then click **Next**.
58+
9. Give your trait a name, then click **Create Trait**.
5059

5160
Segment begins creating your new trait. This process could take up to 48 hours.
5261

@@ -71,6 +80,6 @@ By setting up a trait like this, each user profile now includes personalized rec
7180

7281
Keep the following in mind as you work with Recommended Items:
7382

74-
- **Limit recommendations to key items**: Start with 5-7 items per profile. This keeps recommendations concise and tailored to each user's preferences.
83+
- **Limit recommendations to key items**: Start with 3-5 items per profile to keep recommendations concise and personalized.
7584
- **Consider audience size**: Larger audiences can dilute engagement rates for each recommended item. Focusing on the top 20% of users keeps recommendations relevant and impactful.
76-
- **Give the system time to build the trait**: Recommended Item traits can take up to 48 hours to build, depending on data volume and complexity. Segment recommends waiting until 48 hours have passed before using the trait in campaigns.
85+
- **Give the system time to build the trait**: Recommended Items traits can take up to 48 hours to generate, 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)