Puma logo in gray on a white background
window.dataLayer = window.dataLayer || []; dataLayer.push({ event: "view_item_list", ecommerce: { item_list_name: null, item_list_id: null, items: [ ] } }); document.querySelectorAll('.product-card').forEach(product => { product.addEventListener('click', function(){ dataLayer.push({ event: "select_item", ecommerce: { items: [{ item_id: this.getAttribute('data-product-id'), item_name: this.getAttribute('data-product-title') }] } }); }); }); dataLayer.push({ event: "view_item", ecommerce: { currency: "EGP", value: 1280.0, items: [{ item_id: 10055455736110, item_name: "PUMA Phase Small Backpack", item_brand: "PUMA EG", item_category: "Backpacks", price: 1280.0 }] } });