Simple question. How do you track a new user using Mixapanel in Bubble?
Indeed, it’s quite simple to track a user who is logged in.
But it’s very interesting to know the behavior of the new user in order to retarget him. Specially if he returns to your website several times without purchasing, you would like to know the reason.
Can anyone help please?
Yes, I also use Google Analytics. But I would like to follow a specific action on my website.
So I will try to find out how to do with Google Analytics. Thank you so much
Step 1 is straight forward. You just send out javascript code every time the button is clicked. Do that via workflows. Eventcategory = the page where button is located; eventaction = click; eventlabel = your name for the button
For step 2: Do some research on this forum on how to set up a POST call.
Then were it says “key” you put the variables google analytics is supposed to receive e.g. ec (event category), el(event label), ea (event action)