From 9702d98646fc9d7f28666dd3d13f2976e47e001c Mon Sep 17 00:00:00 2001 From: <> Date: Fri, 17 Nov 2023 05:25:40 +0000 Subject: [PATCH] [ci skip] Deployed cbb843e45 with MkDocs version: 1.5.3 --- mozdata/monitoring/index.html | 10 + mozdata/mozilla_org/index.html | 167 ++++++ mozfun/bits28/index.html | 198 +++---- mozfun/bytes/index.html | 48 +- mozfun/event_analysis/index.html | 552 ++++++++++---------- mozfun/glam/index.html | 336 ++++++------ mozfun/glean/index.html | 90 ++-- mozfun/hist/index.html | 256 ++++++--- mozfun/iap/index.html | 84 +-- mozfun/json/index.html | 68 +-- mozfun/map/index.html | 76 +-- mozfun/norm/index.html | 856 +++++++++---------------------- mozfun/vpn/index.html | 74 +-- search/search_index.json | 2 +- sitemap.xml.gz | Bin 127 -> 127 bytes 15 files changed, 1377 insertions(+), 1440 deletions(-) diff --git a/mozdata/monitoring/index.html b/mozdata/monitoring/index.html index 6e501cb8cf4..c05d5c34430 100644 --- a/mozdata/monitoring/index.html +++ b/mozdata/monitoring/index.html @@ -5081,6 +5081,16 @@
mozilla_org.ga_sessions
None
+Column | +Description | +Type | +Nullable | +
---|---|---|---|
ga_client_id | +Uniquely identifiers a GA client, using a cookie on moz.org. | +String | +Yes | +
ga_session_id | +Uniquely identifiers a GA session. | +String | +Yes | +
session_date | +The date of the session. Some sessions span two days: if it does, we take the earlier date. | +Date | +Yes | +
is_first_session | +Whether this is the first session for the client. | +Boolean | +Yes | +
session_number | +The session number for this client. Starts at 1, consecutively increasing. | +Integer | +Yes | +
time_on_site | +Amount of time the user was on the site for this session. | +Integer | +Yes | +
pageviews | +Total pageviews for this session. | +Integer | +Yes | +
country | +First reported country for a GA user. | +String | +Yes | +
region | +First reported region for a GA user. | +String | +Yes | +
city | +First reported city for a GA user. | +String | +Yes | +
campaign_id | +First reported campaign ID. Usually associated with AdWords. | +String | +Yes | +
campaign | +First reported campaign value. Usually set by the utm_campaign URL parameter. | +String | +Yes | +
source | +First reported source of the traffic. Could be the name of the search engine, the referring hostname, or a value of the utm_source URL parameter. + | +String | +Yes | +
medium | +First reported medium of the traffic source. Could be 'organic', 'cpc', 'referral', or the value of the utm_medium URL parameter. | +String | +Yes | +
term | +First reported term, or keyword, value. If this was a search results page, this is the keyword entered. | +String | +Yes | +
content | +First reported ad content of the traffic source. Can be set by the utm_content URL parameter. | +String | +Yes | +
gclid | +A Google Click ID, which uniquely represent an ad click for Google ads. | +String | +Yes | +
device_category | +First reported device category value. The type of device (Mobile, Tablet, Desktop). | +String | +Yes | +
mobile_device_model | +First reported device model value. | +String | +Yes | +
mobile_device_string | +First reported mobile device string. The branding, model, and marketing name used to identify the mobile device. | +String | +Yes | +
os | +First reported operating system of the device (e.g., 'Macintosh' or 'Windows'). | +String | +Yes | +
os_version | +First reported os_version value. | +String | +Yes | +
language | +First reported language the device is set to use. Expressed as the IETF language code. | +String | +Yes | +
browser | +First reported browser used (e.g., 'Chrome' or 'Firefox'). | +String | +Yes | +
browser_version | +First reported browser_version value. | +String | +Yes | +
had_download_event | +Whether this session had a download event for Firefox. | +Boolean | +Yes | +
last_reported_install_target | +The last reported install target for this session (e.g. 'desktop_release' or 'android_beta'). | +String | +Yes | +
all_reported_install_targets | +All install targets reported for this session (e.g. 'desktop_release' or 'android_beta'. | +String | +No | +
last_reported_stub_session_id | +The last reported Stub Session ID for this session. Can be used to join with `dl_ga_triplets` to get dl_tokens. | +String | +Yes | +
all_reported_stub_session_ids | +All reported Stub Session IDs for this session. Can be used to join with `dl_ga_triplets` to get dl_tokens. | +String | +No | +
landing_screen | +The first reported landing screen for this session. Most sessions only have one, so this is a safe value to use. | +String | +Yes | +