iFixit / iFixitAndroid

Official iFixit Android App
https://play.google.com/store/apps/details?id=com.dozuki.ifixit
GNU General Public License v3.0
162 stars 88 forks source link

Analytics: Clean up event names #214

Closed marczych closed 9 years ago

marczych commented 10 years ago

The structure of our events doesn't really make sense and doesn't match what Google recommends. For example:

_gaq.push(['_trackEvent', 'Videos', 'Play', 'Gone With the Wind']);

We should change our events from ui_action, button_press, delete_step, null to something like guide_edit, delete_step, null, null.