Merge pull request #7 from github/correct-npm-numbers

Correct npm EU MAU numbers
This commit is contained in:
Kevin Xu 2024-04-23 16:14:32 -07:00 коммит произвёл GitHub
Родитель 7fffe9ebaa 293c23cd72
Коммит 7d515a7aea
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 7 добавлений и 3 удалений

Просмотреть файл

@ -1,3 +1,7 @@
# Average Monthly Active Users for EU
The Digital Services Act (DSA) requires online platforms to report information on the average monthly active users (MAU) in the EU, defined as the number of users in EU member states that either: (1) are exposed to content hosted by the online platform and disseminated through the platforms online interface; or (2) request that the online platform host content. The average MAU for a given month is based on the average of the MAU of the preceding 6 months, so for example, the average MAU for January 2024 is calculated by taking the average of the MAU of July 2023 through December 2023.
## Errata
- 2024-04-23: We discovered an error in our process for calculating EU MAU for npm, which resulted in us understating the average MAU in previous reporting periods. This error has now been corrected.

Просмотреть файл

@ -2,6 +2,6 @@ year,month,average_mau,service
2023,2,10000000-11000000,github
2023,8,11000000-12000000,github
2024,1,12000000-13000000,github
2023,2,5000000-6000000,npm
2023,8,6000000-7000000,npm
2024,1,6000000-7000000,npm
2023,2,6000000-7000000,npm
2023,8,7000000-8000000,npm
2024,1,8000000-9000000,npm

1 year month average_mau service
2 2023 2 10000000-11000000 github
3 2023 8 11000000-12000000 github
4 2024 1 12000000-13000000 github
5 2023 2 5000000-6000000 6000000-7000000 npm
6 2023 8 6000000-7000000 7000000-8000000 npm
7 2024 1 6000000-7000000 8000000-9000000 npm