dataLayer.push({ ecommerce: null });
dataLayer.push({
event: "view_item_list",
ecommerce: {
item_list_id: "category_products",
item_list_name: "Category products",
items: [
{
item_id: "30923",
item_name: "Tetra Vital - 100 ml",
discount: 0,
index: 0,
item_brand: "Tetra",
item_category: "Fish", item_category2: "Treatments", item_category3: "Disease Treatment",
price: 6.19,
quantity: 1
},
{
item_id: "30924",
item_name: "Tetra Vital - 250 ml",
discount: 0,
index: 1,
item_brand: "Tetra",
item_category: "Fish", item_category2: "Treatments", item_category3: "Disease Treatment",
price: 12.29,
quantity: 1
},
]
}
});