Skip to main content

Collection Viewed

Shopper performed navigation to a collection page

window.FastSimonSDK.event({
eventName: window.FastSimonEventName.SmartCollectionPreformed,
data: {
categoryID: "1231", // (Required)
query: "do",
narrowBy: ["Color","Red"],
sortBy: window.FastSimonSortBy.NewFirst
}
});