Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- dataLayer.push({
- 'event': 'userData',
- 'user_id': '123abc' // this should be replaced by actual user ID and cannot be PII e.g. email address or IP address
- 'loggedin': 'True or False' // based on the status of the user (if loggedin then True and if not loggedin then False)
- })
Add Comment
Please, Sign In to add comment