Collaborative Filtering Jaccard Items Viewed Together
Used to return the list of items that are often viewed with a product. This tactic is based on all customers’ viewing behaviour.
Items Viewed Together Request
GET
/1.0/ClientRecom/{websiteId}/ViewedTogether?productRef={refId}
Path Parameters
Name | Type | Description |
---|---|---|
websiteId | string | Your website ID provided by PA |
Query Parameters
Name | Type | Description |
---|---|---|
refId | string | The product refId that you want to query for |
Last updated