filipr27

GAUA - checkout - st

Nov 16th, 2022
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. window.dataLayer = window.dataLayer || [];
  2. window.dataLayer.push({
  3. 'event': 'checkoutStep',
  4. 'ecommerce': {
  5. 'checkout': {
  6. 'actionField': {'step': 1},
  7. 'products': [{
  8. 'name': 'Triblend Android T-Shirt',
  9. 'id': '12345',
  10. 'price': '15.25',
  11. 'brand': 'Google',
  12. 'category': 'Apparel',
  13. 'variant': 'Gray',
  14. 'quantity': 1
  15. }]
  16. }
  17. }
  18. });
Advertisement
Add Comment
Please, Sign In to add comment