Personalized Recommendations
Recommended For You Hybrid Recommender
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
Name | Type | Description |
---|---|---|
websiteId | string | Your website ID provided by PA |
Query Parameters
Name | Type | Description |
---|---|---|
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 |
Last updated