Skip to content

Commit ff2afe9

Browse files
Merge pull request #6787 from segmentio/DOC-926
Recommendation Audiences GA [DOC-926]
2 parents e3985ff + c720f42 commit ff2afe9

File tree

2 files changed

+54
-0
lines changed

2 files changed

+54
-0
lines changed

src/_data/sidenav/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,8 @@ sections:
407407
title: Generative Audiences
408408
- path: '/engage/audiences/generative-audiences-nutrition-facts'
409409
title: Generative Audiences Nutrition Facts Label
410+
- path: '/engage/audiences/recommendation-audiences'
411+
title: Recommendation Audiences
410412
- path: '/engage/audiences/organization'
411413
title: Organize Audiences
412414
- path: '/engage/audiences/send-audience-data'
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
title: Recommendation Audiences
3+
plan: engage-foundations
4+
---
5+
Recommendation Audiences lets you select a parameter and then build an audience of the people that are most likely to engage with it. Segment optimized the personalized recommendations built by Recommendation Audiences for user-based commerce, media, and content affinity use cases.
6+
7+
You can use Recommendation Audiences to power the following common marketing campaigns:
8+
9+
- **Cross-selling**: Identify an audience of users who recently purchased a laptop and send those customers an email with a discount on items in the "laptop accessories" category.
10+
- **Upselling**: Identify an audience of users who regularly interact with your free service and send them a promotion for your premium service.
11+
- **Ranking**: Identify an audience of users who frequently interact with one category of your website and send them a promotion that contains only items from this category.
12+
- **Moving excess inventory**: Identify an audience of users who are in the top 5% of purchasers for a specific brand you sell and send them a coupon for the excess inventory you have of that brand.
13+
- **Next best action**: Identify an audience of users who frequently read articles in your website's "Sports" category and recommend those users your latest sports article.
14+
- **Increasing average order value (AOV)**: Identify an audience of users who frequently interact with the "For Kids" section of your website and send them a back to school promotion in August, with free shipping after a set price threshold.
15+
16+
## Create a Recommendation Audience
17+
18+
### Set up your Recommendation Catalog
19+
A Recommendation Catalog identifies the product events you'd like to generate recommendations from and maps those events against your existing data set.
20+
21+
To create your Recommendation Catalog:
22+
1. Open your Engage space and navigate to **Engage** > **Engage Settings** > **Recommendation catalog**.
23+
2. On the Recommendation catalog page, click **Create catalog**.
24+
3. Select up to 10 product-related events you'd like Segment to use as a basis for recommendations. *Segment recommends selecting 3-7 different events that represent user interaction. For example: Product Added to Cart, Product Searched, or Product Viewed*.
25+
4. Select a product ID for each product-related event you previously selected.
26+
5. Click **Next**.
27+
6. Map event properties to the suggested model columns. Segment recommends mapping all properties of a product hierarchy to allow for increased granularity when building your Recommendation Audience. <br> _(Optional)_: To add an additional column to your model, click **+ Add column** on the Map properties page.
28+
7. When you've completed your mappings, click **Save**.
29+
30+
> warning ""
31+
> Segment can take several hours to create your Recommendation Catalog.
32+
33+
### Create your Recommendation Audience
34+
Once you've created your Recommendation Catalog, you can build a Recommendation Audience. A Recommendation Audience lets you select a parameter and then build an audience of the people that are most likely to engage with that parameter.
35+
36+
To create a Recommendation Audience:
37+
1. Open your Engage space and click **+ New audience**.
38+
2. Select **Recommendation Audience** and click **Next**.
39+
3. Select a property and value that you'd like to build your audience around (for example, if the property was "Company", you could select a value of "Twilio"). For values that haven't updated yet, enter an exact value into the **Enter value** field. If you're missing a property, return to your [Recommendation catalog](#set-up-your-recommendation-catalog) and update your mapping to include the property.
40+
4. Set a maximum audience size by selecting one of the pre-populated options, or move the slider to create a custom audience. Segment recommends audiences that contain less than the top 20% of your audience because as the size of your audience increases, the propensity to purchase typically decreases. See [Best practices](#best-practices) for more information.
41+
5. When you've filled out all fields, click **Next** to continue.
42+
6. On the Select Destinations page, select any destinations you'd like to sync your audience to and click **Next**.
43+
7. Enter a name for your destination, update any optional fields, and click **Create Audience** to create your audience.
44+
45+
> warning ""
46+
> Segment can take up to a day to calculate your Recommendation Audience.
47+
48+
## Best practices
49+
50+
- When mapping events to the model column during the setup process for your [Recommendation catalog](#set-up-your-recommendation-catalog), select the event property that matches the model column. For example, if you are mapping to model column ‘Brand’, select the property that refers to ‘Brand’ for each of the selected interaction events.
51+
- Because a number of factors (like system load, backfills, or user bases) determine the complexity of an Audience, some compute times take longer than others. As a result, **Segment recommends waiting at least 24 hours for an Audience to finish computing** before you resume working with the Audience.
52+
- As the size of your audience increases, the propensity to purchase typically decreases. For example, an audience of a hundred thousand people that represents the top 5% of your customers might be more likely to purchase your product, but you might see a greater number of total sales if you expanded the audience to a million people that represent the top 50% of your customer base.

0 commit comments

Comments
 (0)