Personalized recommendations in a mobile app

Published May 02, 2022
Modules
Difficulty
Selected Clients
modivo logozabka logoorange logorossmann logoccc logo

Every customer wants to feel special and wants to be able to get their needs met without effort. That’s why personalization is so useful, which makes the shopping process for each user simpler and more enjoyable. Using mobile applications, companies can create various types of recommendations, helping to personalize the product offer to each user.

In this use case, you will learn how to create a personalized recommendation frame in a mobile app. Based on the product browsing history, the recommendations will display items that match customer’s preferences.

Prerequisites


Process


In this use case, you will go through the following steps:

  1. Preparing recommendations.
  2. Preparing a document with recommendations.

Prepare recommendations


  1. Go to Communication > Recommendations > Add recommendation.

  2. In the top left corner, enter the name of your recommendation.

  3. In the Type & Source section, click Define.

  4. From the Catalog dropdown menu, choose the provided feed.

  5. Choose the Personalized recommendation type.

    Configuraion of the catalog and recommendation type section
    Configuraion of the catalog and recommendation type section
  6. Click Apply.

  7. In the Items section, click Define.

    1. Click Add slot.
    2. Define the minimum and maximum number of items that will be recommended to the user in each slot. In our example, one slot returns from 5 (minimum) to 10 (maximum) products.
    3. In Static filters, set the following parameter:
    • availability to true - it shows only available products.

      Configuraion of the filters
      Configuraion of the filters
    1. Confirm by clicking Apply.
  8. Optionally, you can define the settings in the Boosting and Additional settings sections.

    Tip: Learn more about boosting and additional settings.
  9. Save the recommendation by clicking the Save button in the upper right corner.

Prepare a document with recommendations


  1. Go to Data Management > Documents > Add document.
  2. Define name and description.
  3. From the Type dropdown menu, choose the type of document.
  4. Define Content (JSON) section. Example:
    1
    2
    3
    4
    
    {
    	"name": "Personalized Products",
    	"recommendations": "{% recommendations_json3 campaignId=XXX %} {% endrecommendations_json3 %}"
    }
    Where XXX is the value that needs to be replaced with the ID of the recommendation created in this step
  5. Save the document by clicking the Apply button in the bottom right corner.

What’s next


Recommendations in the mobile app can be displayed in a number of ways, such as referring to the document by using the content widget in iOS or Android.

Check the use case set up on the Synerise Demo workspace


You can check the recommendation configuration directly in Synerise Demo workspace.

If you don’t have access to the Synerise Demo workspace, please leave your contact details in this form, and our representative will contact you shortly.

Read more


😕

We are sorry to hear that

Thank you for helping improve out documentation. If you need help or have any questions, please consider contacting support.

😉

Awesome!

Thank you for helping improve out documentation. If you need help or have any questions, please consider contacting support.

Close modal icon Placeholder alt for modal to satisfy link checker