< Wikimedia Product < Data dictionary

This page describes the data set pageviews_daily that stores on Druid Datasources, which can be accessed via Superset/Turnilo. pageviews_daily on Druid is generated by aggregating wmf.pageview_hourly on Hive by day, while wmf.pageview_hourly on Hive is extracted from wmf.pageview_actor.

Schema

Field namedata typedescriptiondata examplesource schemasource field
projectstringProject name from requests hostnameaa.wikibookswmf.pageview_actorpageview_info['project']
agent_typestringAgent accessing the pages, can be spider, user or automated (see BotDetection)userwmf.pageview_actoragent_type
ua_browser_familystringName of web browser (if not using an official Wikipedia mobile app), extracted from the client device's User-AgentOpera Miniwmf.pageview_actoruser_agent_map['browser_family']
ua_wmf_app_versionstringVersion of official Wikipedia mobile app (for iOS, Android, and KaiOS), extracted from the client device's User-Agent- wmf.pageview_actoruser_agent_map['wmf_app_version']
countrystringCountry (text) of the accessing agents (computed using maxmind GeoIP database)Iranwmf.pageview_actorgeocoded_data['country']
country_codestringCountry iso code of the accessing agents (computed using maxmind GeoIP database)IRwmf.pageview_actorgeocoded_data['country_code']
ua_os_majorstringOperating System family used by the client device, extracted from the User-Agent-wmf.pageview_actoruser_agent_map['os_major']
continentstringContinent of the accessing agents (computed using maxmind GeoIP database)Europewmf.pageview_actorgeocoded_data['continent']
ua_os_familystringOperating System family used by the client device, extracted from the User-AgentOtherwmf.pageview_actoruser_agent_map['os_family']
language_variantstringLanguage variant from requests path (not set if present in project name)defaultwmf.pageview_actorpageview_info['language_variant']
ua_os_minorstringMinor version of that Operating System, extracted from the client device's User-Agent-wmf.pageview_actoruser_agent_map['os_minor']
referer_classstringCan be none (null, empty or \'-\'), unknown (domain extraction failed), internal (domain is a wikimedia project), external (search engine) (domain is one of google, yahoo, bing, yandex, baidu, duckduckgo), external (any other)internalwmf.pageview_actorreferer_class
zero_carrierstringNULL as zero program is overNullwmf.pageview_actorNULL
access_methodstringMethod used to access the pages, can be desktop, mobile web, or mobile appdesktopwmf.pageview_actoraccess_method
ua_browser_majorstringMajor version of the client browser, extracted from the client device's User-Agent4wmf.pageview_actoruser_agent_map['browser_major']
project_familystringProject familywikipedia canonical_data.wikisdatabase_group
view_countbigintNumber of views1wmf.pageview_actorcount(1) then aggregated by day

Dashboards which use this table

Pageviews Dashboard

Known issues and changes

This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.