简体   繁体   中英

Tracking “Back” button events in iOS Google Analytics

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?

It is more common to track when pages (view controllers) open. You know a user tapped back if they go from one page to the next, and it required them to go back. If you have multiple navigational ways to go back, then perhaps it is useful, but I would say that is poor user interface design.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM