On 8 January 2015 at 02:12, Gergo Tisza <[email protected]> wrote: > On Wed, Jan 7, 2015 at 5:59 PM, Nuria Ruiz <[email protected]> wrote: >> >> >Back when MediaViewer was launched, I added a namespace parameter to >> > NavigationTiming to be able to track per-namespace pageviews, >> Navigation timing is heavily sampled so I am not sure you could estimate >> pageviews with the scarce dataset it provides, I would say it is not >> possible. > > > It uses 1:1000 random sampling, so I have to count the log events and > multiply by 1000 to get a good estimation. Am I missing something?
Not particularly, I don't think - except to remember that namespace names are localised, so you're going to have a whale of a time matching them (unless you just look for file endings, I guess). > > _______________________________________________ > Analytics mailing list > [email protected] > https://lists.wikimedia.org/mailman/listinfo/analytics > -- Oliver Keyes Research Analyst Wikimedia Foundation _______________________________________________ Analytics mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/analytics
