Before you use this logic
Keep in mind that this logic will return empty if there are no previously viewed items. You can consider using a fallback recommender if you want to display other recommendations when it's empty.
Display recently viewed products based on browsing history. This can be used to help users quickly navigate products they've viewed a moment ago. Unlike other logics, recently viewed product recommendations will not be filtered based on conditions.
Model Update Interval | Real-Time |
Can Manually Update Model | NA |
Can Preview Output | NA |
Recommendations Build Time | None |
Requirements
- Recently viewed uses browser cookie to track viewed products from the last 1 hour. If user uses a different browser or clear their browser cookies, there won't be any recently viewed recommendations.
Where should you place this recommendation?
You can place it on any page of your site. If used, we suggest placing this after all other product recommendations.