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

NameTypeDescription

websiteId

string

Your website ID provided by PA

Query Parameters

NameTypeDescription

refId

string

The product refId that you want to query for

{
    "payload": ["1234", "5678", "9012"],
    "type": 1,
    "code": 0
}

Last updated