Increase the value of the margin generated on the customer

Published August 22, 2022
Modules
Difficulty

It’s hard to disagree that the ultimate goal of business is to make a profit. To achieve specific profit margin targets, marketers need to create an effective plan to achieve these goals. One of the ways to increase profits is to recommend higher-margin items to customers than the average margin of items typically purchased by customers while personalizing the results of product recommendations. This approach can streamline sales efforts without involving high costs.

Prerequisites


  • Create items catalog. The item catalog must include an attribute which will be used to denote (in this use case, it’s the margin attribute, which contains the margin value for each product).
  • Configure an item catalog for recommendations. Enable personalized recommendations.
  • Implement transaction events using SDK or API. When implementing transaction events, remember to add a margin parameter, which will contain the value of the margin on the sold product.

Process


  1. Create an aggregate.
  2. Create recommendation.

Create an aggregate


In this part of the process, create an aggregate that returns the average margin value of the products bought by an individual customer.

  1. Go to Analytics iconAnalytics > Aggregates > New aggregate.
  2. Enter the name of the aggregate.
  3. As the type of the aggregate, select Average.
  4. From the Choose event dropdown list, select the product.buy event.
  5. As the event parameter, select margin.
  6. Define the period from which data will be analyzed.
  7. Save the aggregate.
Configuration of the aggregate
Configuration of the aggregate

Create a recommendation


  1. Go to Image presents the Communication icon 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.
    3. Confirm by clicking Apply.
  8. In the Boosting section:

    1. Click Define.
    2. Click Add rule.
    3. Click Define rule and select Visual Builder.
      Result: The Visual Builder window opens.
    4. From the Select attribute dropdown list, select the margin attribute.
      You can use the search field.
    5. From the Operator dropdown list, select More than.
    6. Click the value type icon (Value icon) and choose Aggregate.
    7. From the Choose aggregate dropdown list, select an aggregate created in the previous step.
      The configured filter allows you to boost items with a margin higher than the one returned in the created aggregate.
    8. Click Apply.
    Boosting items with margins higher than the average margin of products purchased by the customer
    Boosting items with margins higher than the average margin of products purchased by the customer
  9. In the Promote/Demote selector, select Promote (default value).

  10. Use the slider to adjust how much you want the rule to affect the results.

  11. Save the Boosting section settings by clicking Apply.

  12. Optionally, you can define the settings in the Additional settings section.

  13. Save the recommendation.

What’s next


You can display the recommendation to customers in several ways, for example by using the recommendation insert in dynamic content or in a mobile app using documents - iOS SDK, Android SDK.

If you decide to implement recommendations through dynamic content then you need to implement Synerise JS SDK and OG tags into your website. Alternatively, you can also implement campaigns through API.

Check the use case set up on the Synerise Demo workspace


You can also check the aggregate and AI 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