Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

A/B testing, feature usage statistics #6144

Open
nicolas-raoul opened this issue Jan 19, 2025 · 2 comments
Open

A/B testing, feature usage statistics #6144

nicolas-raoul opened this issue Jan 19, 2025 · 2 comments

Comments

@nicolas-raoul
Copy link
Member

Today I learnt that the Wikipedia app does A/B testing:
https://www.mediawiki.org/wiki/Wikimedia_Apps/Team/Android/Recommended_Content_in_Search

Until now I thought this was too privacy-invasive for WMF.

We should check how they are doing it, and see whether our app could benefit from it.

Even getting the number of users who use custom picker vs. system picker, for instance, would be super useful.

@whym
Copy link
Collaborator

whym commented Jan 23, 2025

This ABTest.kt seems relevant. (And more generally, files under app/src/main/java/org/wikipedia/analytics in the Wikipedia app repository.)

It seems as though they measure granular data like clicks of buttons in the UI. wikimedia/apps-android-wikipedia#3234

I would assume the data collection/management/visualization side is using Wikimedia's general analytics infrastructure like https://wikitech.wikimedia.org/wiki/Event_Platform .

@nicolas-raoul
Copy link
Member Author

Very insightful!

As a first A/B test to understand the mechanism, I would suggest showing either Contributions or Nearby as the home activity, and measuring which one usually leads to the highest number of uploads used in articles. Anything easier to implement is fine though.

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants