dataLayer.push({ ecommerce: null });
dataLayer.push({
event: "view_item_list",
ecommerce: {
item_list_id: "category_products",
item_list_name: "Category products",
items: [
{
item_id: "30975",
item_name: "Tetra sardele - 250 ml",
discount: 0,
index: 0,
item_brand: "Tetra",
item_category: "Reptile", item_category2: "Food and Supplements", item_category3: "Food for Reptiles",
price: 4.99,
quantity: 1
},
{
item_id: "30968",
item_name: "Tetra RD kozice - 1000 ml",
discount: 0,
index: 1,
item_brand: "Tetra",
item_category: "Reptile", item_category2: "Food and Supplements", item_category3: "Food for Reptiles",
price: 19.99,
quantity: 1
},
]
}
});