Stricter pbm
Metrics related to the Stricter PBM initiative working toward true anonymous browsing. Currently contains ETP Disablement, URI reloads, and Share of URIs opened in PBM
Metrics
share_of_uri_count_in_pbm
**Proportion of URIs coming from PBM **
Analysis Period: weekly
, overall
Data Source: clients_daily
Statistics: bootstrap_mean
Definition:
sum(total_uri_count_private_mode)/(sum(total_uri_count_private_mode)+sum(total_uri_count_normal_mode))
uri_reloads
**URI Reloads **
Analysis Period: weekly
, overall
Data Source: main
Statistics: bootstrap_mean
Definition:
COALESCE(SUM(payload.processes.parent.scalars.browser_engagement_tab_reload_count), 0)
etp_disablement
**ETP Disablement **
Analysis Period: weekly
, overall
Data Source: etp_events
Statistics: bootstrap_mean
Definition:
(
COALESCE(COUNTIF(
event_category = 'security.ui.protectionspopup' AND
event_method = 'click' AND
event_object = 'etp_toggle_off'
), 0)
)
Data Sources
etp_events
Definition:
clients_daily
- Clients Daily
Clients Daily
Definition:
main
- Main
Main ping table
Definition: