Bestsellers
Introduction
The "Bestsellers" scenario suggests products that have the highest number of purchases. These recommendations are based on the popularity and widespread demand for these items across the whole user base of your platform.
Scenario Setup
In the Recombee Admin UI, navigate to the Scenarios section and choose Create Scenario.
- Enter a Scenario ID. Select a distinctive label for your recommendation scenario, such as "bestsellers"
- Choose Recommendation type - Items to User
Logic
The Logic defines the behavior of the recommendation engine.
- Choose the ecommerce:bestseller logic type from the E-commerce models
This Logic utilizes a model specifically designed for recommending globally popular and highly purchased items, ensuring effective suggestions based on their widespread demand.
Filters
Requesting Recommendations
There are two ways to get recommendations.
- HTML Widget - create an HTML Widget using the visual editor in the Admin UI.
- API & SDK - request the Recommend Items to User endpoint of the Recombee API using an SDK of your choice.
For more information, navigate to the Integration tab of the Scenario in the Admin UI.
In order to request content for multiple homepage boxes with a single API request, use the Batch endpoint and put the recommendation requests inside it. Set the parameter distinctRecomms
in order to deduplicate the items among the boxes.