File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
sql/moz-fx-data-shared-prod/firefox_desktop_derived/newtab_clients_daily_aggregates_v2 Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -98,11 +98,8 @@ SELECT
98
98
COUNT (DISTINCT IF(search_engagement_visits > 0 , client_id, NULL )) AS search_engagement_clients,
99
99
SUM (search_engagement_visits) AS search_engagement_visits,
100
100
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,
103
101
SUM (widget_interaction_count) AS widget_interaction_count,
104
102
SUM (widget_impression_count) AS widget_impression_count,
105
- COUNT (DISTINCT IF(others_engagement_visits > 0 , client_id, NULL )) AS others_engagement_clients,
106
103
SUM (others_engagement_visits) AS other_engagement_visits,
107
104
SUM (other_interaction_count) AS other_interaction_count,
108
105
SUM (other_impression_count) AS other_impression_count,
You can’t perform that action at this time.
0 commit comments