mozilla / webmaker-android

Webmaker for Android
https://play.google.com/store/apps/details?id=org.mozilla.webmaker
Mozilla Public License 2.0
167 stars 113 forks source link

[MIGRATED] Add generic gesture listeners / GA events for various parts of the app. #2333

Closed flukeout closed 9 years ago

flukeout commented 9 years ago

Can we use Google Analytics to find out how people are interacting with the app? For example, we could attach event listeners for things like...

@adamlofting thoughts?

ryanwarsaw commented 9 years ago

@flukeout As for the GA events part, a lot of progress was made on #2073, what did you have in mind for adding besides the ones already integrated?

adamlofting commented 9 years ago

We can definitely add this kind of instrumentation but we should also think about how we will use these results to make decisions (my gut says that the kind of understanding we're hoping to get from this can be achieved more easily via user testing at this point in the product life-cycle).

For example, what % of users would you expect to record one or more swipe events based on the design of the app currently? I think to know this, we need to know about a users intent in a way we can't via GA (are they making, browsing, etc...). And without knowing what % of users have what intentions, it will be hard to know if the results are higher or lower than we anticipate.

toolness commented 9 years ago

This issue has been moved to https://github.com/mozilla/webmaker-core/issues/241. Please don't comment on it here.