wordpress-mobile / wordpress-mobile/WordPress-Android
[JP Social] Add tracking for service list and connect button
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 3.2k
- Forks
- 1.4k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 69
Description
- Add tracking to social service tapped in
PublicizeListActivity- Add tracking to
PublicizeDetailFragment(tapping the connect/disconnect button)-- Originally posted by @thomashorta in https://github.com/wordpress-mobile/WordPress-Android/issues/19372#issuecomment-1762271668
On the crash reported in https://github.com/wordpress-mobile/WordPress-Android/issues/19372 we noticed we are not tracking some user interaction events, such as when the user taps on a service in the JP Social list and when they tap the connect/disconnect button, which would be really nice to have for analyzing usage data and creating funnels, as well as helping debug crashes similar to that.
We still need to define the names of those events.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating PublicizeListActivity and PublicizeDetailFragment, then inspect how existing interaction tracking events are defined and tested. Confirm the event names and required properties with maintainers; done means taps on a social service and the connect/disconnect button are tracked consistently for usage analysis.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- analytics, mobile
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100