Remove
window.dataLayer = window.dataLayer || [];
dataLayer.push({
event: "view_item_list",
ecommerce: {
item_list_name: "Men's Football",
item_list_id: 519640744238,
items: [
{
item_id: 10053737840942,
item_name: "FUTURE 8 PLAY TT Football Boots",
item_brand: "PUMA EG",
item_category: "Low Boot",
price: 3520.0
},
{
item_id: 10053737873710,
item_name: "FUTURE 8 PLAY TT Football Boots",
item_brand: "PUMA EG",
item_category: "Low Boot",
price: 3520.0
},
{
item_id: 10053737972014,
item_name: "FUTURE 8 PLAY FG\/AG Football Boots",
item_brand: "PUMA EG",
item_category: "Low Boot",
price: 4480.0
},
{
item_id: 10053738004782,
item_name: "FUTURE 8 PLAY FG\/AG Football Boots",
item_brand: "PUMA EG",
item_category: "Low Boot",
price: 4480.0
},
{
item_id: 10053738037550,
item_name: "FUTURE 8 ULTIMATE FG Football Boots",
item_brand: "PUMA EG",
item_category: "Mid Boot",
price: 12800.0
},
{
item_id: 10053871206702,
item_name: "ULTRA 5 PLAY TT Football Boots",
item_brand: "PUMA EG",
item_category: "Cleats",
price: 4160.0
},
{
item_id: 10053871370542,
item_name: "ULTRA 5 MATCH+ TT Football Boots",
item_brand: "PUMA EG",
item_category: "Cleats",
price: 5120.0
},
{
item_id: 10054749094190,
item_name: "Egypt 2025 Away Jersey Unisex",
item_brand: "PUMA EG",
item_category: "T-Shirts",
price: 3520.0
},
{
item_id: 10054749585710,
item_name: "KING Pro Men's Football Training Pants",
item_brand: "PUMA EG",
item_category: "Pants",
price: 2880.0
},
{
item_id: 10054764134702,
item_name: "teamGOAL Casuals Men's Football Shorts",
item_brand: "PUMA EG",
item_category: "Shorts",
price: 1600.0
},
{
item_id: 10054764101934,
item_name: "teamRISE Men's Football Tracksuit",
item_brand: "PUMA EG",
item_category: "Suits",
price: 3840.0
},
{
item_id: 10054765871406,
item_name: "Al-Hilal SFC 24\/25 Home Replica Jersey Men",
item_brand: "PUMA EG",
item_category: "Jerseys",
price: 3520.0
},
{
item_id: 10054765838638,
item_name: "Al-Hilal SFC 24\/25 Away Jersey Men",
item_brand: "PUMA EG",
item_category: "Jerseys",
price: 3520.0
},
{
item_id: 10054765904174,
item_name: "Olympique de Marseille 24\/25 Home Jersey Men",
item_brand: "PUMA EG",
item_category: "Jerseys",
price: 3520.0
},
{
item_id: 10054765936942,
item_name: "teamFINAL Men's Football Shorts For Men",
item_brand: "PUMA EG",
item_category: "Shorts",
price: 1856.0
},
{
item_id: 10054765969710,
item_name: "teamFINAL Men's Football Shorts For Men",
item_brand: "PUMA EG",
item_category: "Shorts",
price: 1856.0
},
{
item_id: 10054766002478,
item_name: "teamFINAL Men's Football Shorts For Men",
item_brand: "PUMA EG",
item_category: "Shorts",
price: 1856.0
},
{
item_id: 10054766100782,
item_name: "teamGLORY Men's Football Jersey",
item_brand: "PUMA EG",
item_category: "T-Shirts",
price: 1664.0
},
{
item_id: 10054773047598,
item_name: "indFINAL Forever Faster Men's Quarter-Zip Football Top",
item_brand: "PUMA EG",
item_category: "Jerseys",
price: 2688.0
},
{
item_id: 10054773113134,
item_name: "teamGOAL Men's Football Training Jacket",
item_brand: "PUMA EG",
item_category: "Jackets",
price: 2688.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')
}]
}
});
});
});