Personalized Recommendations

Recommended For You Hybrid Recommender

GET /1.0/ClientRecom/{websiteId}/Personalized?customerId={customerId}

This is a hybrid tactic meaning if there are no results for the first tactic, the recommender will try the next one. This fall-through will continue through all the tactics until a result is found. Tactic Cascade: ‘Viewed With Recently Viewed’ >> ‘Bought With Recently Viewed’ >> ‘Recently Viewed’ >> ‘Popular Items’

Path Parameters

NameTypeDescription

websiteId

string

Your website ID provided by PA

Query Parameters

NameTypeDescription

customerId

string

This the customer ID you want to query for. It is stored in the Local Storage of your browser. You can retrieve the attribute by entering the following command in the console:

window.patutil.paLocalStorage.configData.c

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

Last updated