Defaults and os integration
Measures changes to operation system (OS) placement such as launcher affordances and shell integrations.
This outcome captures impacts to the default browser setting,
other default app settings, and Windows pinning (and not
subsequent behavourial changes due to such changes).
Metrics
is_pinned
**Is Pinned (Windows Taskbar) **
Was Firefox pinned to the Windows Taskbar at any point during the interval?
Analysis Period: weekly
, overall
Data Source: clients_daily
Statistics: binomial
Definition:
COALESCE(LOGICAL_OR(scalar_parent_os_environment_is_taskbar_pinned), FALSE)
is_default_pdf_handler
**Is Default PDF Handler (Windows) **
Was Firefox the default PDF Handler at any point during the interval?
Analysis Period: weekly
, overall
Data Source: main
Statistics: binomial
Definition:
COALESCE(LOGICAL_OR(mozfun.map.get_key(payload.processes.parent.keyed_scalars.os_environment_is_default_handler, '.pdf')), FALSE)
is_default_browser
**Is Default Browser **
Was Firefox the default browser at any point during the interval?
Analysis Period: weekly
, overall
Data Source: clients_daily
Statistics: binomial
Definition:
COALESCE(LOGICAL_OR(is_default_browser), FALSE)
Data Sources
clients_daily
- Clients Daily
Clients Daily
Definition:
main
- Main
Main ping table
Definition: