There are multiple queries for obtaining different types of recommendations. Some of the options are:
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.
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.
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.
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.
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.
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.