I use Google's Analytics iOS framework to track events within my iOS apps. I am trying to determine if it is good practice to create a tracking event when a user clicks on the Back button of a particular view. My thought is this will allow me to see "dropoff" points of particular users within my app's flow.
Is it valuable to create a tracking event for when a user clicks on the "Back" button of a particular view?