Jump to content

Research:Wikistats metrics/New pages: Difference between revisions

From Meta, a Wikimedia project coordination wiki
Content deleted Content added
Tbayer (WMF) (talk | contribs)
per talk page
Line 1: Line 1:
= Wikistats Metrics | New Pages =
= Wikistats Metrics | New Pages =


The count of new pages created, ''excluding'' pages being redirects. We measure this by adding up the creations and restores of old pages, and subtracting the page deletions for a given month. The metric can be split and filtered by Editor Type and Page Type<ref name="common_terms">[[Research:Wikistats_metrics#Common_Terms|Common Terms]]</ref>.
The count of new pages created, ''excluding'' pages being redirects. We measure this by creations and page deletions . The metric can be split and filtered by Editor Type and Page Type<ref name="common_terms">[[Research:Wikistats_metrics#Common_Terms|Common Terms]]</ref>.

NOTE: The code seems like it's not filtering out deleted pages: https://github.com/wikimedia/analytics-aqs/blob/master/sys/mediawiki-history-metrics.js#L269. However, the data itself does not include page creation events for pages that are subsequently deleted. So all metrics in general right now do not count activity on deleted pages.


The "[[Research:Wikistats metrics/Pages to date|Page to date]]" metric is calculated as the cumulative sum of new pages over all time.
The "[[Research:Wikistats metrics/Pages to date|Page to date]]" metric is calculated as the cumulative sum of new pages over all time.

== Deletion Drift ==

The original Wikistats did not count edits if the page they were made on was deleted. We are doing the same thing in Wikistats 2 for now, which means you may see metric totals shifting over time (as pages are deleted). We're working on a way to optionally include activity on deleted pages with a filter, which would keep the totals the same but the split between deleted/active revisions shifting over time. This would apply to edits, editors, activity levels, etc. Stay tuned as we work on adding this functionality.

Revision as of 01:56, 8 May 2019

Wikistats Metrics | New Pages

The count of new pages created, excluding pages being redirects. We measure this by counting page creations and ignoring any page deletions or restores. The metric can be split and filtered by Editor Type and Page Type[1].

The "Page to date" metric is calculated as the cumulative sum of new pages over all time.

Deletion Drift

The original Wikistats did not count edits if the page they were made on was deleted. We are doing the same thing in Wikistats 2 for now, which means you may see metric totals shifting over time (as pages are deleted). We're working on a way to optionally include activity on deleted pages with a filter, which would keep the totals the same but the split between deleted/active revisions shifting over time. This would apply to edits, editors, activity levels, etc. Stay tuned as we work on adding this functionality.