New user onboarding
Measures changes to metrics we want to drive through onboarding, such as import rates of history and bookmarks, default & pin rates, and FxA sign-in rates.
Metrics
fxa_signed_in
**FxA Sign-in Rate **
Did the client sign in to Firefox Desktop
Analysis Period: weekly
, overall
Data Source: clients_daily
Statistics: binomial
Definition:
CAST(COALESCE(SUM(CASE WHEN fxa_configured IS TRUE THEN 1 ELSE 0 END),0) > 0 AS INT)
imported_history
**Imported History **
Count of clients who imported history
Analysis Period: weekly
, overall
Data Source: clients_daily
Statistics: binomial
Definition:
LOGICAL_OR(history_migrations_quantity_all IS NOT NULL AND history_migrations_quantity_all != 0)
imported_logins
**Imported Logins **
Count of clients who imported logins
Analysis Period: weekly
, overall
Data Source: clients_daily
Statistics: binomial
Definition:
LOGICAL_OR(logins_migrations_quantity_all IS NOT NULL AND logins_migrations_quantity_all != 0)
imported_bookmarks
**Imported Bookmarks **
Count of clients who imported bookmarks
Analysis Period: weekly
, overall
Data Source: clients_daily
Statistics: binomial
Definition:
LOGICAL_OR(bookmark_migrations_quantity_all IS NOT NULL AND bookmark_migrations_quantity_all != 0)
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_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: