Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //investerenzonderkapitaal.nl
- //BORROWER
- //When entering Step 2:
- dataLayer.push({
- 'event': 'gaFormTrigger',
- 'gaEventCategory': ’Form',
- 'gaEventAction': ’Send',
- 'gaEventLabel': ’Borrow_Step2',
- 'gaEventValue': ’'
- });
- //When entering Step 3:
- dataLayer.push({
- 'event': 'gaFormTrigger',
- 'gaEventCategory': ’Form',
- 'gaEventAction': ’Send',
- 'gaEventLabel': ’Borrow_Step3',
- 'gaEventValue': ’'
- });
- //When entering Step 4:
- dataLayer.push({
- 'event': 'gaFormTrigger',
- 'gaEventCategory': ’Form',
- 'gaEventAction': ’Send',
- 'gaEventLabel': ’Borrow_Step4',
- 'gaEventValue': ’'
- });
- //INVESTOR
- //When entering Step 2:
- dataLayer.push({
- 'event': 'gaFormTrigger',
- 'gaEventCategory': ’Form',
- 'gaEventAction': ’Send',
- 'gaEventLabel': ’Invest_Step2',
- 'gaEventValue': ’'
- });
Advertisement
Add Comment
Please, Sign In to add comment