Guest User

investerenzonderkapitaal.nl

a guest
Dec 14th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //investerenzonderkapitaal.nl
  2.  
  3. //BORROWER
  4.  
  5. //When entering Step 2:
  6.  
  7. dataLayer.push({
  8. 'event': 'gaFormTrigger',
  9. 'gaEventCategory': ’Form',
  10. 'gaEventAction': ’Send',
  11. 'gaEventLabel': ’Borrow_Step2',
  12. 'gaEventValue': ’'
  13. });
  14.  
  15. //When entering Step 3:
  16.  
  17. dataLayer.push({
  18. 'event': 'gaFormTrigger',
  19. 'gaEventCategory': ’Form',
  20. 'gaEventAction': ’Send',
  21. 'gaEventLabel': ’Borrow_Step3',
  22. 'gaEventValue': ’'
  23. });
  24.  
  25. //When entering Step 4:
  26.  
  27. dataLayer.push({
  28. 'event': 'gaFormTrigger',
  29. 'gaEventCategory': ’Form',
  30. 'gaEventAction': ’Send',
  31. 'gaEventLabel': ’Borrow_Step4',
  32. 'gaEventValue': ’'
  33. });
  34.  
  35. //INVESTOR
  36.  
  37. //When entering Step 2:
  38.  
  39. dataLayer.push({
  40. 'event': 'gaFormTrigger',
  41. 'gaEventCategory': ’Form',
  42. 'gaEventAction': ’Send',
  43. 'gaEventLabel': ’Invest_Step2',
  44. 'gaEventValue': ’'
  45. });
Advertisement
Add Comment
Please, Sign In to add comment