Particular Audience
Particular Audience
Home
Jobs
Particular Audience
Particular Audience
1.1.2
Particular Audience API
Recommendation API
Getting Started
Deploying to Production
Personalized Recommendations
Similar Items Based Hybrids
Popular Items
Collaborative Filtering Jaccard Items Viewed Together
Collaborative Filtering Jaccard Items Bought Together
Visually Similar
Similar Attributes
Items Often Bought Together - Cart Page
Recently Viewed
Historic Viewed Items
Items Often Bought Together - Recently Viewed Items
Items Often Viewed Together - Recently Viewed Items
Sample Response
Search API
Search
Managed Services
Google Tag Manager
Shopify Integration
Magento Integration
Historic Viewed Items
Used to return the list of items (maximum 20 items) that are viewed in the previous sessions of the current customer. This tactic is based on that customer’s tracked data.
get
Historic Viewed Items Request
/1.0/ClientRecom/{websiteId}/HistoricViewed?customerId={CustomerId}
Request
Response
Request
Path Parameters
websiteId
required
string
Your website ID provided by PA
Query Parameters
customerId
required
string
This the customer ID you want to query for. You can retrieve the attribute which can be found in the cookies with the name PAC
Response
200: OK
{
"payload": ["1234", "5678", "9012"],
"type": 1,
"code": 0
}
Recommendation API - Previous
Recently Viewed
Next - Recommendation API
Items Often Bought Together - Recently Viewed Items
Last updated
3 months ago