Recommendations
Recommend Item Segments to User
Recommends the top Segments from a Segmentation for a particular user, based on the user's past interactions.
Based on the used Segmentation, this endpoint can be used for example for:
- Recommending the top categories for the user
- Recommending the top genres for the user
- Recommending the top brands for the user
- Recommending the top artists for the user
You need to set the used Segmentation the Admin UI in the Scenario settings prior to using this endpoint.
The returned segments are sorted by relevance (first segment being the most relevant).
It is also possible to use POST HTTP method (for example in case of very long ReQL filter) - query parameters then become body parameters.
post/{databaseId}/recomms/users/{userId}/item-segments/
Path parameters
databaseIdstring required
ID of your database.
userIdstring required
ID of the user for whom personalized recommendations are to be generated.
Request body
Response
successful operation
Changes
No recorded changes to this endpoint across all 1 revision of this API.