From 174c637b7b9863200ab968618c2fc74250b69972 Mon Sep 17 00:00:00 2001 From: tbols <43051188+tbols@users.noreply.github.com> Date: Fri, 13 Sep 2024 10:04:15 -0700 Subject: [PATCH 1/2] Update recommendation-audiences.md updated name from recommendation audiences to Product Based Audiences --- .../audiences/recommendation-audiences.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/engage/audiences/recommendation-audiences.md b/src/engage/audiences/recommendation-audiences.md index 6826807c0a..524d9da0e8 100644 --- a/src/engage/audiences/recommendation-audiences.md +++ b/src/engage/audiences/recommendation-audiences.md @@ -1,10 +1,10 @@ --- -title: Recommendation Audiences +title: Product Based Audiences plan: engage-foundations --- -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. +Product Based Audiences lets you select a product, article, song, or other piece of content from your catalog, and then build an audience of the people that are most likely to engage with it. Segment optimized the personalized recommendations built by Product Based Audiences for user-based commerce, media, and content affinity use cases. -You can use Recommendation Audiences to power the following common marketing campaigns: +You can use Product Based Audiences to power the following common marketing campaigns: - **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. - **Upselling**: Identify an audience of users who regularly interact with your free service and send them a promotion for your premium service. @@ -13,10 +13,10 @@ You can use Recommendation Audiences to power the following common marketing cam - **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. - **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. -## Create a Recommendation Audience +## Create a Product Based Audience ### Set up your Recommendation Catalog -A Recommendation Catalog identifies the product events you'd like to generate recommendations from and maps those events against your existing data set. +Segment utilizes your interaction events (order_completed, product_added, product_searched, song_played, article_saved) and the event metadata of those interaction events to power our CustomerAI Recommendations workflow. To create your Recommendation Catalog: 1. Open your Engage space and navigate to **Engage** > **Engage Settings** > **Recommendation catalog**. @@ -30,10 +30,10 @@ To create your Recommendation Catalog: > warning "" > Segment can take several hours to create your Recommendation Catalog. -### Create your Recommendation Audience +### Create your Product Based Audience 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. -To create a Recommendation Audience: +To create a Product Based Audience: 1. Open your Engage space and click **+ New audience**. 2. Select **Recommendation Audience** and click **Next**. 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. @@ -43,10 +43,10 @@ To create a Recommendation Audience: 7. Enter a name for your destination, update any optional fields, and click **Create Audience** to create your audience. > warning "" -> Segment can take up to a day to calculate your Recommendation Audience. +> Segment can take up to a day to calculate your Product Based Audience. ## Best practices - 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. - 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. -- 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. \ No newline at end of file +- 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. From 287b209b87ee6644d65452b1aa09cb1b45ee597f Mon Sep 17 00:00:00 2001 From: pwseg Date: Wed, 18 Sep 2024 15:27:39 -0500 Subject: [PATCH 2/2] rename recommendation audiences and update sidenav [netlify-build] --- src/_data/sidenav/main.yml | 4 ++-- ...recommendation-audiences.md => product-based-audiences.md} | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) rename src/engage/audiences/{recommendation-audiences.md => product-based-audiences.md} (98%) diff --git a/src/_data/sidenav/main.yml b/src/_data/sidenav/main.yml index 8a50253069..93611ed8d0 100644 --- a/src/_data/sidenav/main.yml +++ b/src/_data/sidenav/main.yml @@ -429,8 +429,8 @@ sections: title: Generative Audiences - path: '/engage/audiences/generative-audiences-nutrition-facts' title: Generative Audiences Nutrition Facts Label - - path: '/engage/audiences/recommendation-audiences' - title: Recommendation Audiences + - path: '/engage/audiences/product-based-audiences' + title: Product Based Audiences - path: '/engage/audiences/recommendation-audiences-nutrition-label' title: Recommendation Audiences Nutrition Facts Label - path: '/engage/audiences/organization' diff --git a/src/engage/audiences/recommendation-audiences.md b/src/engage/audiences/product-based-audiences.md similarity index 98% rename from src/engage/audiences/recommendation-audiences.md rename to src/engage/audiences/product-based-audiences.md index 524d9da0e8..cdf23d7419 100644 --- a/src/engage/audiences/recommendation-audiences.md +++ b/src/engage/audiences/product-based-audiences.md @@ -1,6 +1,8 @@ --- title: Product Based Audiences plan: engage-foundations +redirect_from: + - '/engage/audiences/recommendation-audiences' --- Product Based Audiences lets you select a product, article, song, or other piece of content from your catalog, and then build an audience of the people that are most likely to engage with it. Segment optimized the personalized recommendations built by Product Based Audiences for user-based commerce, media, and content affinity use cases.