Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Push this dataLayer event when a user successfully signs up (creates an account).
- <script>
- window.dataLayer = window.dataLayer || [];
- window.dataLayer.push({
- 'event': 'sign_up',
- 'website': 'www.slb.com', //The website for which the user signed up.
- 'user_id': '<user_id>' //Unique user ID of a registered user from the website's database.
- });
- </script>
Advertisement
Add Comment
Please, Sign In to add comment