var item = {
Name: "Laurel Necklace",
ProductID: 7978488398074,
Categories: ["Accessories","Jewelry","Necklaces","New Arrivals","Shop All"],
ImageURL: "https://cdn.shopify.com/s/files/1/0463/6940/7144/files/image_7ecfff89-0d33-4565-840e-3bf14d7adf49_grande.png?v=1685150641",
URL: "https://jeansjewelsandjesus.com/products/laurel-necklace",
Brand: "Dyl",
Price: "$27.99",
CompareAtPrice: "$0.00"
};
_learnq.push(['track', 'Viewed Product', item]);
_learnq.push(['trackViewedItem', {
Title: item.Name,
ItemId: item.ProductID,
Categories: item.Categories,
ImageUrl: item.ImageURL,
Url: item.URL,
Metadata: {
Brand: item.Brand,
Price: item.Price,
CompareAtPrice: item.CompareAtPrice
}
}]);
Use left/right arrows to navigate the slideshow or swipe left/right if using a mobile device