Guide
Smart Recommendations

Customers Also Viewed

2min

If you haven't gone through the prerequisites and the v2 structure, please have a look at Overview

Klevu can power a recommendation banner showcasing any products which other customers also viewed, in addition to viewing the current product. The most common placements for this banner type are:

Product Page: Others Also Viewed Show a recommendation banner with products other customers viewed from the store.

The end-point is used for retrieving customers also viewed product recommendations.
POST
Request
Body Parameters
typeOfRequest
required
String
For this recommendation type, please specify RECS_ALSO_VIEWED.
recentObjects
required
String
The Klevu ID of the product or products you will use for context. Klevu will find other products which were viewed in addition to the ones specified in this field.
Request Body (JSON)
PHP
JS
Java
Node.js
Responses
200


Try it here!