Advertisement
GiacomoGalanti

Logged in

Dec 2nd, 2020
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 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. 'shippingInfo': {
  23. fullName: '',
  24. firstName: '',
  25. lastName: '',
  26. address1: '',
  27. address2: '',
  28. street: '',
  29. city: '',
  30. province: '',
  31. zip: '',
  32. country: '',
  33. phone: ''
  34. },
  35. billingInfo: {
  36. fullName: '',
  37. firstName: '',
  38. lastName: '',
  39. address1: '',
  40. address2: '',
  41. street: '',
  42. city: '',
  43. province: '',
  44. zip: '',
  45. country: '',
  46. phone: ''
  47. },
  48. }
  49. });
  50. </script>
  51.  
  52.  
  53. },
  54. firstLog: true,
  55. {
  56. fullName: '',
  57. firstName: '',
  58. lastName: '',
  59. address1: '',
  60. address2: '',
  61. street: '',
  62. city: '',
  63. province: '',
  64. zip: '',
  65. country: '',
  66. phone: ''
  67. },
  68. }
  69. });
  70. </script>
  71.  
  72.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement