How to implement recommendations using Coveo for Sitecore Hive
When building marketplaces, having recommended products based on previous users' interactions is a feature that can have a tremendous impact on how people interact with a website. Having recommended products (or anything) does not only personalize the user experience but it can also improve sales massively. Coveo for Sitecore Hive (and also the legacy framework) has a built-in module that uses Machine Learning and the user history to recommend things that might be of interest to the context user. This blog is not intended to replace the documentation Coveo has put in place on how to implement the Recommendations component ( https://docs.coveo.com/en/648/coveo-for-sitecore-v4/getting-recommendations ), however, it can serve as an auxiliary document to make the implementation of this module even easier. There are several steps in the official documentation which I will explain here: 1. First, we need to set up the Coveo Page View Analytics component which will be in charge of ...