Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. window.dataLayer = window.dataLayer || [];
  3. window.dataLayer.push({
  4.     'event' : 'userData',
  5.     'userId' : '123456', //replace this with actual user ID
  6.     'pensionData' : {
  7.         'hasSecondPillarPension' : true, // or false (returns is the user has 2nd pillar pension)
  8.         'hasThirdPillarPension' : true // or false (returns is the user has 3rd pillar pension)
  9.     },
  10.     'signInType' : 'photo id' // or mobile signature or smart id
  11. });
  12. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement