Advertisement
GiacomoGalanti

Logged in

Dec 2nd, 2020 (edited)
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. <script>
  2. var dataLayer = window.dataLayer || [];
  3. dataLayer.push({
  4. 'event': 'LogState',
  5. 'userId’: '12345678' ,
  6. 'customerEmail' : 'info@giacomogalanti.it'
  7. 'logState' : 'Logged In'
  8. 'customerinfo: {
  9. 'fullName': '',
  10. 'firstName': '',
  11. 'lastName': '',
  12. 'address1': '',
  13. 'address2': '',
  14. 'street': '',
  15. 'city': '',
  16. 'province': '',
  17. 'zip': '',
  18. 'country': '',
  19. 'phone': ''
  20. 'totalOrders': '22',
  21. 'totalSpent': '1148'
  22. }
  23. 'shippingInfo': {
  24. fullName: '',
  25. firstName: '',
  26. lastName: '',
  27. address1: '',
  28. address2: '',
  29. street: '',
  30. city: '',
  31. province: '',
  32. zip: '',
  33. country: '',
  34. phone: ''
  35. },
  36. billingInfo: {
  37. fullName: '',
  38. firstName: '',
  39. lastName: '',
  40. address1: '',
  41. address2: '',
  42. street: '',
  43. city: '',
  44. province: '',
  45. zip: '',
  46. country: '',
  47. phone: ''
  48. },
  49. }
  50. });
  51. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement