Advertisement
Jawad_Khan

login

Sep 12th, 2023 (edited)
943
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. window.dataLayer = window.dataLayer || [];
  2. dataLayer.push({
  3. event: 'login',
  4. userId: '123abc' // this should be replaced by actual user ID and cannot be PII e.g. email address or IP address
  5. method: 'Google' // it should be the actual method used by the user to login (Google, Facebook etc)
  6. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement