Skip to content

Commit 9811d39

Browse files
committed
include mobile apps in MAU reporting
Leadership has requested that MAU reporting include the Mobile KPI apps in addition to Firefox Desktop. MAU should match the ["Combined MAU (Desktop + Mobile)" graph](https://mozilla.cloud.looker.com/dashboards/1178#mau) reported on our internal Looker dashboards.
1 parent 9d90515 commit 9811d39

File tree

1 file changed

+1
-1
lines changed
  • sql/moz-fx-data-shared-prod/telemetry_derived/public_data_report_user_activity_v1

1 file changed

+1
-1
lines changed

sql/moz-fx-data-shared-prod/telemetry_derived/public_data_report_user_activity_v1/query.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ active_users_aggregates AS (
5050
ON cn.code = country_group
5151
WHERE
5252
submission_date = @submission_date
53-
AND app_name = 'Firefox Desktop'
53+
AND app_name IN ('Firefox Desktop', 'Fenix', 'Firefox iOS', 'Focus Android', 'Focus iOS')
5454
),
5555
sample_addons AS (
5656
SELECT

0 commit comments

Comments
 (0)