What is the best way to analyze buttons click?
For instance, I have a flow of purchase with a few clicks with no particular events in it -- just a regular click with confirmation of the action. What is the best way to track it in Amplitude?
My idea was to make ‘Click On’ with properties named for different buttons.
For instance registration flow:
1)
‘Click On’
buttonName = Sign Up in header
2)
‘Click On’
buttonName = Register Now
Is it the right way to do such things?