Advertisement
GiacomoGalanti

checout

Jun 2nd, 2020
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. <script>
  2. var dataLayer = window.dataLayer || [];
  3. dataLayer.push({
  4. 'event': 'checkoutStep',
  5. 'ecommerce': {
  6. 'checkout': {
  7. 'actionField': {'step': 1, 'option': 'qualcosa di utile' }
  8. 'products': [{
  9. 'name': 'Triblend Android T-Shirt',
  10. 'id': '12345',
  11. 'price': '15.25',
  12. 'brand': 'Google',
  13. 'category': 'Apparel',
  14. 'variant': 'Gray',
  15. 'quantity': 1
  16. }]
  17. }
  18. });
  19. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement