Hello great community,
I am a complete beginner when it comes to Heap / This is the task that I am trying to accomplish: we have an application; the user log in into the application and then goes through 7 steps; each step has some requirements to fill. I already connected the application to Heap through google tag manager.
- I was able to trigger an even when the user log in into the application by using heap event and send this data to Heap. This task is already accomplished.
I need help with a way on way to create an event for each of those 7 steps and track when the user clicks each one of them and how much time spends.
The application is built using React.
I would appreciate any help. Thank you.