dataLayer.push({ ecommerce: null });
dataLayer.push({
event: "view_item_list",
ecommerce: {
item_list_id: "category_products",
item_list_name: "Category products",
items: [
{
item_id: "42977",
item_name: "Exo Terra gozdna veja, S - 30 cm",
discount: 0,
index: 0,
item_brand: "Exo Terra",
item_category: "Reptile", item_category2: "Decor", item_category3: "Natural Decor",
price: 5.39,
quantity: 1
},
{
item_id: "42979",
item_name: "Exo Terra gozdna veja, L - 60 cm",
discount: 0,
index: 1,
item_brand: "Exo Terra",
item_category: "Reptile", item_category2: "Decor", item_category3: "Natural Decor",
price: 20.79,
quantity: 1
},
{
item_id: "42978",
item_name: "Exo Terra gozdna veja, M - 45 cm",
discount: 0,
index: 2,
item_brand: "Exo Terra",
item_category: "Reptile", item_category2: "Decor", item_category3: "Natural Decor",
price: 10.29,
quantity: 1
},
]
}
});