I want to track the number of times a user taps/clicks the <- Back Link compared to users who use native browser Back Button.
I'm fairly new to Google Analytics, and GTM. I'm using React.
My thoughts are
- Use GTM Triggers mostly to "listen" for click events OR
- Use coded click event handlers in react.
How would I know a user clicks the Browsers back button? AND How would I link the events together for comparison?