Jump to content

Datalayer.push when user login


Recommended Posts

Hi,

I'am currently working on the Google Tag Manager integration on a shop, but I'am having an issue finding the event when the user

login successfuly (or not) so I can send a datalayer.push 'OK - Sign-in' if succeeds or 'KO - Sign-in' if it fails.

ex.

User login successfuly :

dataLayer.push({

  'EventCategory': 'Account',

  'EventAction': 'Click',

  'EventLabel': 'OK - Sign-in',

  'event': 'UA_Event'

});"

Thanks for your help !

Hecate

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...