Skip to content

Commit c0eef25

Browse files
authored
Bugfix for PR #8082 (#8102)
1 parent 7e63535 commit c0eef25

File tree

1 file changed

+0
-3
lines changed
  • sql/moz-fx-data-shared-prod/firefox_desktop_derived/newtab_clients_daily_aggregates_v2

1 file changed

+0
-3
lines changed

sql/moz-fx-data-shared-prod/firefox_desktop_derived/newtab_clients_daily_aggregates_v2/query.sql

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,8 @@ SELECT
9898
COUNT(DISTINCT IF(search_engagement_visits > 0, client_id, NULL)) AS search_engagement_clients,
9999
SUM(search_engagement_visits) AS search_engagement_visits,
100100
SUM(search_interaction_count) AS search_interaction_count,
101-
COUNT(DISTINCT IF(widget_engagement_visits > 0, client_id, NULL)) AS widget_engagement_clients,
102-
SUM(widget_engagement_visits) AS widget_engagement_visits,
103101
SUM(widget_interaction_count) AS widget_interaction_count,
104102
SUM(widget_impression_count) AS widget_impression_count,
105-
COUNT(DISTINCT IF(others_engagement_visits > 0, client_id, NULL)) AS others_engagement_clients,
106103
SUM(others_engagement_visits) AS other_engagement_visits,
107104
SUM(other_interaction_count) AS other_interaction_count,
108105
SUM(other_impression_count) AS other_impression_count,

0 commit comments

Comments
 (0)