Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Fire this dataLayer event when a user is redirected back to the commerce.slb.com website after creating an account from the subdomain csi.slb.com or delfi.b2clogin.com signup page. The event should fire only for successful registrations.
- <script>
- window.dataLayer = window.dataLayer || [];
- window.dataLayer.push({
- 'event': 'sign_up',
- 'userId': '123456789' // User ID from the website's database.
- });
- </script>
Advertisement
Add Comment
Please, Sign In to add comment