< Wikimedia Product < Data dictionary

This page describes the data set virtualpageviews_hourly that stores on Druid Datasources, which can be accessed via Superset/Turnilo. virtualpageviews_hourly on Druid is directly loaded from wmf.virtualpageview_hourly on Hive, while wmf.virtualpageview_hourly on Hive is originally extracted from event.VirtualPageView.

Schema

Field namedata typedescriptiondata examplesource schemasource field
projectstringProject name from hostnamehu.wikipediaevent.VirtualPageViewevent.source_url
agent_typestringAgent accessing the pages, can be spider or useruserevent.VirtualPageViewIF(useragent.is_bot, 'spider', 'user')
ua_browser_familystringName of web browser (if not using an official Wikipedia mobile app), extracted from the client device's User-AgentChromeevent.VirtualPageViewuser_agent_map['browser_family']
ua_device_familystringClient device family (e.g. brand of manufacturer, product name), extracted from the client device's User-Agent if providedMac event.VirtualPageViewuser_agent_map['device_family']
citystringCity iso code of the accessing agents (maxmind GeoIP database)Springfield event.VirtualPageViewgeocoded_data['city']
subdivisionstringSubdivision of the accessing agents (maxmind GeoIP database)Ohio event.VirtualPageViewgeocoded_data['subdivision']
ua_wmf_app_versionstringVersion of official Wikipedia mobile app (for iOS, Android, and KaiOS), extracted from the client device's User-Agent-event.VirtualPageViewuser_agent_map['wmf_app_version']
countrystringCountry (text) of the accessing agents (maxmind GeoIP database)Hungaryevent.VirtualPageViewgeocoded_data['country']
country_codestringCountry iso code of the accessing agents (maxmind GeoIP database)HUevent.VirtualPageViewgeocoded_data['country_code']
ua_os_majorstringMajor version of that Operating System, extracted from the client device's User-Agent10 event.VirtualPageViewuser_agent_map['os_major']
continentstringContinent of the accessing agents (maxmind GeoIP database)Europeevent.VirtualPageViewgeocoded_data['continent']
ua_os_familystringOperating System family used by the client device, extracted from the User-AgentWindows 10event.VirtualPageViewuser_agent_map['os_family']
language_variantstringLanguage variant from path (not set if present in project name)2017-es_Eurov

%C3%ADzi%C3%

B3s_Dalfesztiv%C3%A1l

event.VirtualPageViewevent.source_url
ua_os_minorstringMinor version of that Operating System, extracted from the client device's User-Agent13 event.VirtualPageViewuser_agent_map['os_minor']
referer_classstringAlways internal (virtualpageviews are always shown in wiki pages)internal'internal'
access_methodstringAlways desktop (virtualpageviews are a desktop only feature for now)desktopevent.VirtualPageViewevent.access_method, 'desktop'
ua_browser_majorstringMajor version of the client browser, extracted from the client device's User-Agent64event.VirtualPageViewuser_agent_map['browser_major']
view_countbigintNumber of views1event.VirtualPageViewcount(*)

Dashboards which use this table

Readers 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.