Skip to content

Commit b6841e1

Browse files
authored
remove deprecated wallpaper and widget metrics (#1256)
1 parent c12bd26 commit b6841e1

File tree

1 file changed

+0
-83
lines changed

1 file changed

+0
-83
lines changed

definitions/firefox_desktop.toml

Lines changed: 0 additions & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -1407,7 +1407,6 @@ description = """
14071407
Count of New Tab organic tile clicks across all positions.
14081408
"""
14091409

1410-
14111410
[metrics.newtab_organic_topsite_impressions_v2]
14121411
data_source = "newtab_clients_daily"
14131412
select_expression = "COALESCE(SUM(organic_topsite_tile_impressions), 0)"
@@ -1417,48 +1416,6 @@ description = """
14171416
Count of New Tab organic tile impressions across all positions.
14181417
"""
14191418

1420-
[metrics.wallpaper_clicks]
1421-
data_source = "newtab_clients_daily"
1422-
select_expression = "COALESCE(SUM(wallpaper_clicks), 0)"
1423-
friendly_name = "Wallpaper Selection Clicks"
1424-
description = """
1425-
Count of total clicks on wallpaper selections.
1426-
"""
1427-
1428-
[metrics.wallpaper_clicks_had_previous_wallpaper]
1429-
data_source = "newtab_clients_daily"
1430-
select_expression = "COALESCE(SUM(wallpaper_clicks_had_previous_wallpaper), 0)"
1431-
friendly_name = "Wallpaper Selection Clicks With Previous Wallpaper"
1432-
description = """
1433-
Count of total clicks on wallpaper selections where the client had previously selected
1434-
a wallpaper.
1435-
"""
1436-
1437-
[metrics.wallpaper_clicks_first_selected_wallpaper]
1438-
data_source = "newtab_clients_daily"
1439-
select_expression = "COALESCE(SUM(wallpaper_clicks_first_selected_wallpaper), 0)"
1440-
friendly_name = "Wallpaper Selection Clicks With No Previous Wallpaper"
1441-
description = """
1442-
Count of total clicks on wallpaper selections where the client had no previously selected
1443-
a wallpaper.
1444-
"""
1445-
1446-
[metrics.wallpaper_highlight_dismissals]
1447-
data_source = "newtab_clients_daily"
1448-
select_expression = "COALESCE(SUM(wallpaper_highlight_dismissals), 0)"
1449-
friendly_name = "Wallpaper Highlight Dismissals"
1450-
description = """
1451-
Count of dismissals of the wallpaper highlight.
1452-
"""
1453-
1454-
[metrics.wallpaper_highlight_cta_clicks]
1455-
data_source = "newtab_clients_daily"
1456-
select_expression = "COALESCE(SUM(wallpaper_highlight_cta_clicks), 0)"
1457-
friendly_name = "Wallpaper Highlight CTA Clicks"
1458-
description = """
1459-
Count of total clicks on the CTA in the wallpaper feature highlight.
1460-
"""
1461-
14621419
[metrics.newtab_weather_widget_enabled]
14631420
data_source = "newtab_clients_daily"
14641421
select_expression = "COALESCE(MAX(CAST(newtab_weather_widget_enabled AS INT)), 0)"
@@ -1468,46 +1425,6 @@ description = """
14681425
Whether or not the weather widget is enabled on the New Tab.
14691426
"""
14701427

1471-
[metrics.weather_widget_impressions]
1472-
data_source = "newtab_clients_daily"
1473-
select_expression = "COALESCE(SUM(weather_widget_impressions), 0)"
1474-
friendly_name = "Weather Widget Impressions"
1475-
description = """
1476-
Count of total impressions of the New Tab weather widget.
1477-
"""
1478-
1479-
[metrics.weather_widget_clicks]
1480-
data_source = "newtab_clients_daily"
1481-
select_expression = "COALESCE(SUM(weather_widget_clicks), 0)"
1482-
friendly_name = "Weather Widget Clicks"
1483-
description = """
1484-
Count of total clicks on the New Tab weather widget.
1485-
"""
1486-
1487-
[metrics.weather_widget_load_errors]
1488-
data_source = "newtab_clients_daily"
1489-
select_expression = "COALESCE(SUM(weather_widget_load_errors), 0)"
1490-
friendly_name = "Weather Widget Load Errors"
1491-
description = """
1492-
Count of New Tab weather widget load errors.
1493-
"""
1494-
1495-
[metrics.weather_widget_change_display_to_detailed]
1496-
data_source = "newtab_clients_daily"
1497-
select_expression = "COALESCE(SUM(weather_widget_change_display_to_detailed), 0)"
1498-
friendly_name = "Weather Widget Change Display to Detailed"
1499-
description = """
1500-
Count of events where the client changed the weather widget display type to Detailed.
1501-
"""
1502-
1503-
[metrics.weather_widget_change_display_to_simple]
1504-
data_source = "newtab_clients_daily"
1505-
select_expression = "COALESCE(SUM(weather_widget_change_display_to_simple), 0)"
1506-
friendly_name = "Weather Widget Change Display to Simple"
1507-
description = """
1508-
Count of events where the client changed the weather widget display type to Simple.
1509-
"""
1510-
15111428
########################### END OF NEW TAB METRICS ###########################
15121429

15131430
[metrics.imported_bookmarks]

0 commit comments

Comments
 (0)