+

Search Tips   |   Advanced Search

Filtering LikeMinds recommendations

When LikeMinds makes recommendations, it can make the recommendations based on all items in your resource collection, or it can limit the predictions to only items that have certain characteristics. Tell LikeMinds about an item by including key/value pairs describing its characteristics as we log actions and ratings that occur against it. The format for the key/value pair is

For example, to tell LikeMinds that an item's color is blue, and its category is sports, you would add the 2 key/value pairs:

Specify which characteristics that we want LikeMinds to use in making predictions by setting request attributes in the RequestContext object immediately before the content spot that contains the LikeMinds rule. To specify characteristics for filtering, do the following:

For example, to return predictions only from among items whose category is "clearance" and season is "spring" or "summer", you would add the following code before the content spot:

To return predictions only from items whose color is blue, you would add the following code before the content spot:

Parent topic: LikeMinds Recommendations