Hi Pine, this question seems a bit offtopic here (unless you were suggesting to add monthly pageviews for the English Wikipedia as a separate category to these reports, which I don't believe was the intention). That said, happy to help here; in general you can ask anyone with access to stat1002/Hive/Hue to run this query for you, and soon the information should be accessible via the new public pageview API too.
ENWP had 7.6 billion non-spider pageviews in August 2015, 3.3 billion of them mobile: hive (wmf)> SELECT sum(IF(access_method <> 'desktop', view_count, null)) AS mobileviews, SUM(view_count) AS allviews FROM wmf.projectview_hourly WHERE year=2015 AND MONTH = 8 AND project = "en.wikipedia" AND agent_type = 'user'; ... mobileviews allviews 3302333038 7634815221 On Thu, Sep 17, 2015 at 12:55 PM, Pine W <[email protected]> wrote: > Thanks Tilman. Is it possible for to get ENWP-only stats for August 2015? > The last data for ENWP pageviews on stats.wikimedia.org is from July. A > breakdown of ENWP stats into mobile and desktop would also be helpful. > > Pine > > > On Thu, Sep 17, 2015 at 12:44 PM, Tilman Bayer <[email protected]> > wrote: > >> Hi all, >> >> with this email we are starting a weekly look at our most important >> readership metrics. >> >> The main purpose is to raise awareness about how these are developing, >> call out the impact of any unusual events in the preceding week (e.g. the >> media promotion for the Android app this time) and facilitate thinking >> about core metrics in general. >> >> We will iterate on the presentation (e.g. to better take seasonality into >> account, in particular including year-over-year comparisons) and eventually >> want to create dashboards for those which are not already available in that >> form already. Feedback and discussion welcome. >> >> (All numbers below are averages for September 7-13, 2015 unless otherwise >> noted.) >> >> Pageviews: >> >> Total: 546 million/day >> >> Context (April 2015-September 2015): >> >> [image: Wikimedia daily pageviews, all vs. mobile (April 2015-).png] >> >> After the drop in June, which by now looks not merely seasonal but likely >> to be at least partially connected to the rollout of HTTPS-only access >> begun on June 12, overall pageviews are slightly rising again recently. >> (Notably, the recent drop >> <https://reportcard.wmflabs.org/graphs/unique_visitors> in comScore’s >> numbers - also in their pageview estimates for Wikimedia sites, not >> reproduced in that report card - is not consistent with our own traffic >> data; these discrepancies are being looked into.) >> >> Desktop: 58.8% >> >> Mobile web: 39.9% >> >> Apps: 1.2% >> >> -- Tilman Bayer Senior Analyst Wikimedia Foundation IRC (Freenode): HaeB
_______________________________________________ Mobile-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mobile-l
