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