FilipFD

eec.checkout - theOFMP

Mar 31st, 2021 (edited)
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. window.dataLayer = window.dataLayer || [];
  3. window.dataLayer.push({
  4.   'event': 'eec.checkout',
  5.   'ecommerce': {
  6.     'checkout': {
  7.       'actionField': {'step': 1},
  8.       'products': [{
  9.         'name': 'REDA ESP - Gas Handler',
  10.         'id': 'Reda-Esp-Gas-Handler',       // SKU of the base product.
  11.         'price': '11130.00',                // Price of the selected product variant.
  12.         'brand': 'schlumberger',
  13.         'category': 'Production/Electrical-Submersible-Pumps',
  14.         'variant': 'REDA ESP - Gas Handler 75% GVF',                // The product variant. If there are no variants, always send Base Product.
  15.         'quantity': 1,
  16.         'dimension12': 'sals',              // Vendor name.
  17.         'dimension13': '102761535'          // SKU of the selected product variant.
  18.       }]
  19.     }
  20.   }
  21. });
  22. </script>
Add Comment
Please, Sign In to add comment