Advertisement
DatskoDatsev

removeFromWishlist

Apr 7th, 2020
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2.   window.dataLayer.push({
  3.     event: 'removeFromWishlist',
  4.         products: [{
  5.           id: 'productID',
  6.           name: 'productName',
  7.           category: 'productCategory',
  8.           variant: 'productVariant',
  9.           brand: 'productBrand',
  10.           dimensionN: 'dimensionN'
  11.           metric1: 'metricN'
  12.         }]
  13.       }
  14.     }
  15.   });
  16.  
  17. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement