Skip to content
var _learnq = _learnq || [];
var item = {
Name: "Happy Birthday Fruchtgummi",
ProductID: 8074103259440,
Categories: ["Mitbringsel für jeden Anlass","Shop","Süssigkeiten"],
ImageURL: "https://tikis.ch/cdn/shop/products/HappyB_grande.jpg?v=1673981237",
URL: "https://tikis.ch/products/happy-birthday-fruchtgummi",
Brand: "Tiki's Geschenke Boutique",
Price: "CHF 5.90",
CompareAtPrice: "CHF 8.90"
};
_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
}
}]);