GiacomoGalanti

Remove from Cart

Apr 7th, 2019
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. <script>
  2. var dataLayer = window.dataLayer || [];
  3. dataLayer.push({
  4. 'event': 'removeFromCart',
  5. 'ecommerce': {
  6. 'currencyCode': 'EUR',
  7. 'remove': {
  8. 'products': [{
  9. 'name': 'iPhone 6', //name or id required
  10. 'id': 'ip22122', //name or id required
  11. 'price': '699.99',
  12. 'brand': 'Apple',
  13. 'category': 'phone',
  14. 'variant': 'rose gold',
  15. 'quantity': '1' }]
  16. }
  17. }
  18. });
  19. </script>
Add Comment
Please, Sign In to add comment