Recombee Docs
Visit recombee.comStart Free
docs20User Documentation
adminuiAdmin UI
reql32ReQL
codeAPI Clients & Integrations
cookhatScenario Recipes
suitcaseMisc

Personalized Emailing

Introduction#

Personalized emailing is essential for e-commerce, ensuring customers receive content that reflects their interests and behaviors, thereby boosting engagement and conversions.

Scenario Setup#

In the Recombee Admin UI, navigate to the Scenarios section and choose Create Scenario.

  1. Enter a Scenario ID. Select a distinctive label for your recommendation scenario, such as "email" or the name of the particular emailing campaign
  2. Choose Recommendation type - Items to User
Admin UI - Scenario Setup

Logic#

The Logic defines the behavior of the recommendation engine.

This model is fine-tuned for periodic (e.g. daily) personalized emailing campaigns.

The rotationPolicy parameter specifies how the recommendations for the user change with each subsequent email sent.

By default, there is a smart rotation that takes into account the position of recommended items and allows some of the items to re-appear in further e-mails.

If you prefer not to repeat a recommended product in the emails ever again, you can set the parameter value to total.

By default, rotation only takes into account recommendations (e-mails) at most 14 days old. Should a longer time period be needed for your use case, kindly contact support@recombee.com.

Admin UI - Logic

Filters#

Available Products (Global Settings)
Tip: Personalized Selection from Recently Added Products
Tip: Category-specific Items

Boosters#

Tip: Boost Items On Sale

Requesting Recommendations#

Choose the way of requesting recommendations compatible with your emailing platform

Requesting Dynamic Content from API#

If the emailing platform can fetch the recommendations directly from the Recombee API:

  1. Ensure the platform supports the authentication scheme directly (e.g. in the case of Customer.io), or set up a small proxy that authenticates the requests.
  2. In case the authentication proxy needs to be set up, please contact support@recombee.com for guidance on how your emailing platform can be connected with Recombee.

Pre-fetching Recommendations#

If the emailing platform does not support requesting a 3rd party API but supports adding personalized content unique to each user:

  1. Request the recommendations for each user who shall get the email using the Recommend Items to User endpoint.
  2. Upload the recommendations to the emailing platform.
  3. Send the emails.

You can even request many recommendations at once using the Batch endpoint.

You can contact support@recombee.com to get more information on how this procedure shall be implemented in the case of your emailing platform.

© Copyright 2024, Recombee s.r.o
docs.recombee.com