In order to provide estimates of the number of downloads for Zim files, we should assemble the following data:
For each proposed language, gather the follow metrics for the last month:
- What is the % of total page views for this language within the Android app? (Captured in page view logging)
- What is the number of devices (and % of total devices) set to this language when the android app launches (Captured in event logging)
What will be done with these numbers?
With these numbers we can estimate the maximum total number of users for each language. This should give us an upper bound for the number of downloads that are possible for any given language. From there we can estimate actual use of the feature and adjust the numbers down accordingly.
For example (very contrived):
We find that the 4% of devices are set to "es" on launch.
In Beta we have 100,000 users.
So we can estimate the maximum number of beta users to download ZIm files to be 4000.
If we decide to have 4 Zim files available for Spanish, then we can estimate the maximum number of Zim downloads to be 16000 in Spanish
@JMinor @Tbayer can you verify that the above is possible and useful for the described purpose?
