This documentation is for the Classic Editor (Legacy Editor). If you are currently using recommendation schemes created with the Classic editor, you will still be able to use them in your templates until February 13, 2024. However, you will no longer be able to clone them to create new recommendation schemes. We recommend that you try the Photon Editor in Blueshift's expanded Recommendations Studio.
To help you migrate to Blueshift's new Recommendations studio, we have provided a brief mapping of the options from the Classic editor to the Recipes in the new studio.
Blueshift's Recommendation Studio empowers marketers to configure unlimited recommendation schemes to use in messaging templates across emails, push messages, SMS & Display. Recommendations created with the studio can deliver unique & personalized messages for every user in a marketing campaign.
The recommendation scheme is configured in the Recommendation Studio and associated with a messaging template. When a campaign runs, it applies the recommendation steps for every user in the segment to deliver a unique and personalize message with items tailored to the individual user.
Recommendation Studio empowers marketers to build recommendation schemes themselves without the need for IT teams or data scientists. This is an add-on service, please contact support@blueshift.com if you want to use this offering.
In order to use Recommendation Studio, you need an item catalog loaded in the Catalog tab. In addition, you also need to implement real-time click-stream events.
Recommendation Studio works by allowing marketers to create content blocks based on different clickstream or product attributes in the catalog that each user has interacted with. The types of content blocks include:
Content type | Usage |
Based on user’s real-time activity (Events) |
Create content based on a user's real time activity across all channels. Content includes items based on behaviors like Any clickstream event with the "Saved products" flag checked will show up in this section, and those items can be used for inclusion in messaging |
Based on collaborative filtering (Related items) |
Create content based on similar items to user's activity based on other users who have done the same activity. Content includes "people who saw this, also saw that", and "people who bought this, also bought that." In addition you can create content blocks using product attributes from previous blocks and using them as input to recommendations, for example, top viewed items from the category of the abandoned browse. |
Based on user’s affinities (Predictive content) | Create content based on machine learning driven models that compute user's affinities to categories (eg: best sellers from user's recent browsed categories), brands (eg: new content from user's favorite brands) and other custom catalog attributes. Predictive content can take user's persistent and transient behavior into account to build recommendations. |
Based on site & catalog activity (Item attributes) |
Content based on overall site & category activity. Build content like best sellers, fast selling, trending recently, best value for money across the site and in specific categories. Eg: New arrivals in accessories, Top trending across site, Most discounted hotels in city. |
Default list of recommendations are listed here - Recommendation Types
Recommendation schemes created using Recommendation Studio can be used in messaging templates across Email, Push, SMS, Live Content and Syndications. They are available as drop-down options in the respective studios while creating templates.
Recommendation Studio creates a series of blocks numbered 1 through n. Each block may contain one or more products. The output of the recommendation scheme is available as two sets of variables, a flattened set of variables under {{products[0] .... products[n]}} OR as individualblocks.
{{recommendation.block1.products[0] ... recommendation.block1.products[n] }}
- The nested json has all the product variables like title, url, image, category, brand and custom fields under extended_attributes. See section Personalization for sample usage.
You can optionally test recommendation schemes by attaching different schemes to different templates. For example, create Abandoned Browse with category up-sell scheme vs Abandon Browse with most popular across the site scheme and attach them to different email templates. If the number of blocks and number of products returned are the same, you can code up one template, clone the template and change the recommendation scheme. See section Testing & Optimization for more details.
Recommendations based on parent product
You can also recommend products based on parent items. For example, you provide a streaming service to your customers. If one of your customers watches an episode of a series, it may not make sense to recommend the next episode of the same series. However, if the episode of your customer is watching belongs to a comedy series, you may want to recommend another comedy series to your customer.
In the recommendation studio, you can see the checkbox called Recommend Parent Items. This checkbox is available for the following recommendation types: events, related items, predictivecontent, and item attributes. When you turn this setting on, our platform recommends products that are similar to the parent product instead of the child product.
Exclude specific items from a recommendation
You can use the SKU as an option to filter products. This means that you can either include them in the recommendation or exclude them from it using the products' SKUs.
Comments
0 comments