Login

Step 8: Get Recommendations

There are multiple queries for obtaining different types of recommendations. Some of the options are:

Get Recommendations Based on User Interactions - Historical

This query gives the top item recommendations at a given moment for a given user.

You can filter out items returned based on metadata by using the ‘include’ and ‘exclude’ parameters.

For more information, please refer to the API documentation.

Get Recommendations Based on User Interactions - Session Based

This query gives the top item recommendations at a given moment for a given user.

You can filter out items returned based on metadata by using the ‘include’ and ‘exclude’ parameters.

When your data is session based you will be required to include additional session related fields. E.g. session_id.

For more information, please refer to the API documentation.

Get Similar Items

This query gives the items most likely to be interacted with given an interaction with a given item.

You can filter out items returned based on metadata by using the ‘include’ and ‘exclude’ parameters.

For more information, please refer to the API documentation.

Get Similar Users

This query gives the users most similar to a given user.

You can filter out items returned based on metadata by using the ‘include’ and ‘exclude’ parameters.

For more information, please refer to the API documentation.

Get Recommendations for a User-Cluster

This query gives the top item recommendations at a given moment for a given user-cluster.

You can filter out items returned based on metadata by using the ‘include’ and ‘exclude’ parameters.

For more information, please refer to the API documentation.

Get Recommendations for an Item-Cluster

This query gives the top item recommendations at a given moment for a given Item-Cluster.

You can filter out items returned based on metadata by using the ‘include’ and ‘exclude’ parameters.

For more information, please refer to the API documentation.