Remove
window.dataLayer = window.dataLayer || [];
dataLayer.push({
event: "view_item_list",
ecommerce: {
item_list_name: "Women's Backpacks \u0026 Bags",
item_list_id: 520860860718,
items: [
{
item_id: 10055455113518,
item_name: "PUMA Phase Waist Bag For Men",
item_brand: "PUMA EG",
item_category: "Waist Bags",
price: 1088.0
},
{
item_id: 10055455211822,
item_name: "PUMA Phase Backpack II",
item_brand: "PUMA EG",
item_category: "Backpacks",
price: 1760.0
},
{
item_id: 10055455703342,
item_name: "PUMA Phase Small Backpack",
item_brand: "PUMA EG",
item_category: "Backpacks",
price: 1280.0
},
{
item_id: 10055455736110,
item_name: "PUMA Phase Small Backpack",
item_brand: "PUMA EG",
item_category: "Backpacks",
price: 1280.0
},
{
item_id: 10055455768878,
item_name: "Core Pop Shopper",
item_brand: "PUMA EG",
item_category: "Tote Bags",
price: 1600.0
},
{
item_id: 10055455867182,
item_name: "Core Pop Backpack",
item_brand: "PUMA EG",
item_category: "Backpacks",
price: 1344.0
},
{
item_id: 10055456096558,
item_name: "Challenger XS Duffle Bag",
item_brand: "PUMA EG",
item_category: "Duffel Bags",
price: 1920.0
},
{
item_id: 10055456129326,
item_name: "PUMA Plus PRO Backpack",
item_brand: "PUMA EG",
item_category: "Backpacks",
price: 2240.0
},
{
item_id: 10055456227630,
item_name: "Deck Waist Bag For Men",
item_brand: "PUMA EG",
item_category: "Waist Bags",
price: 1408.0
},
{
item_id: 10055456293166,
item_name: "Academy Portable",
item_brand: "PUMA EG",
item_category: "Shoulder Bags",
price: 1408.0
},
{
item_id: 10055456325934,
item_name: "GOAL Small Duffel Bag",
item_brand: "PUMA EG",
item_category: "Duffel Bags",
price: 2560.0
},
{
item_id: 10055456391470,
item_name: "Phase Backpack",
item_brand: "PUMA EG",
item_category: "Backpacks",
price: 1536.0
},
{
item_id: 10055456457006,
item_name: "PUMA Plus Waist Bag For Men",
item_brand: "PUMA EG",
item_category: "Waist Bags",
price: 1120.0
},
{
item_id: 10055456555310,
item_name: "BMW M Motorsport Small Portable Bag",
item_brand: "PUMA EG",
item_category: "Shoulder Bags",
price: 1568.0
},
{
item_id: 10055456620846,
item_name: "BMW M Motorsport Waist Bag For Men",
item_brand: "PUMA EG",
item_category: "Waist Bags",
price: 2240.0
},
{
item_id: 10055456751918,
item_name: "Essentials 24L Sports Bag",
item_brand: "PUMA EG",
item_category: "Sports Bags",
price: 3040.0
},
{
item_id: 10055456686382,
item_name: "Essentials 24L Sports Bag",
item_brand: "PUMA EG",
item_category: "Sports Bags",
price: 3040.0
},
{
item_id: 10055456784686,
item_name: "PUMA 20L Squad Backpack",
item_brand: "PUMA EG",
item_category: "Backpacks",
price: 2976.0
},
{
item_id: 10055456653614,
item_name: "BMW M Motorsport Backpack",
item_brand: "PUMA EG",
item_category: "Backpacks",
price: 3584.0
},
{
item_id: 10055456882990,
item_name: "PUMA S Sports Bag",
item_brand: "PUMA EG",
item_category: "Sports Bags",
price: 2656.0
}
]
}
});
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')
}]
}
});
});
});