Skip to content

Instantly share code, notes, and snippets.

@henkisdabro
Created May 8, 2020 08:45
Show Gist options
  • Save henkisdabro/bfb2a66eb5a7a74b77c1f49c066d508c to your computer and use it in GitHub Desktop.
Save henkisdabro/bfb2a66eb5a7a74b77c1f49c066d508c to your computer and use it in GitHub Desktop.
window.dataLayer = window.dataLayer || [];
window.dataLayer.push({
'email': 'string@domain.com',
'name': 'name as string',
'phone': 'string of number e.g. +60123456789',
'agreedPdpa': 'value of checkbox',
'agreedTcec': 'value of checkbox',
'event': 'successful signup' //leave this intact
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment