Searchspring tracks user search behavior to power IntelliSuggest product elevations. IntelliSuggest Tracking scripts should use the same user identifier as other API requests, which is stored in the "_isuid" cookie on the user's browser. If this cookie does not exist, it can be safely created with any value and will then be shared across both your API requests and IntelliSuggest Tracking.
domain (Required)
Format | String |
Description | The full URL of the current page. This must be passed in order for the Category Insights report to fully function. |
Example value | "http://www.searchspring.com/collections/mens?filter:ss_hierarchy=Mens/Clothing/Pants&filter:page=1" |
shopper
Format | String |
Description | The ID associated with the logged-in shopper on your store. Required for most personalization functionality. If the shopper is anonymous, leave this field out. |
Example value | 123456 |
cart
Format | String |
Description | A comma-separated list of product SKUs that are in the current user's cart. Required for real-time personalization functionality. |
Example value | ABC123,DEF456 |
lastViewed
Format | String |
Description | A comma-separated list of the 5 most recent product IDs or SKUs whose pages the user has visited. Required for real-time personalization functionality. |
Example value | ABC123,DEF456,GHI789,JKL1012,MNO1314 |
Comments
0 comments
Please sign in to leave a comment.