filipr27

ga4 - slb new - account_deactivated

Sep 13th, 2022
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //Push this dataLayer event when the user deactivates their account.
  2.  
  3. <script>
  4. window.dataLayer = window.dataLayer || [];
  5. window.dataLayer.push({
  6.  'event': 'account_deactivated',
  7.  'user_id': '<user_id>',  //Unique user ID of a registered user from the website's database.
  8.  'membership_duration': '14'  //For how long the user has been a registered member. (months)
  9.  });
  10. </script>
Advertisement
Add Comment
Please, Sign In to add comment