Untitled

 avatar
unknown
plain_text
5 months ago
430 B
2
Indexable
dataLayer.push({
    event: "view_item",
    ecommerce: {
        items: [
            {
                item_id: "12345", // Unikaten ID izdelka
                item_name: "Ime izdelka",
                price: 19.99,
                currency: "EUR"
            }
        ]
    },
    dyn_remarketing: {
        ecomm_prodid: "12345",
        ecomm_pagetype: "product",
        ecomm_totalvalue: 19.99
    }
});
Editor is loading...
Leave a Comment