File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed
Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -340,6 +340,7 @@ friendly_name = "Clicked Pocket organic recs in New Tab"
340340description = """
341341 Counts the number of Pocket rec clicks made by each client.
342342"""
343+ deprecated = true
343344
344345
345346[metrics .pocket_spoc_clicks ]
@@ -353,6 +354,8 @@ friendly_name = "Clicked Pocket sponsored content in New Tab"
353354description = """
354355 Counts the number of Pocket sponsored content clicks made by each client.
355356"""
357+ deprecated = true
358+
356359
357360
358361[metrics .days_of_use ]
@@ -526,6 +529,8 @@ friendly_name = "Disabled Pocket in New Tab"
526529description = """
527530 Counts the number of clicks to disable Pocket in New Tab made by each client.
528531"""
532+ deprecated = true
533+
529534
530535
531536[metrics .disable_pocket_spocs_clicks ]
@@ -540,6 +545,8 @@ description = """
540545 Counts the number of clicks to disable Pocket sponsored content
541546 in New Tab made by each client.
542547"""
548+ deprecated = true
549+
543550
544551
545552[metrics .content_shutdown_crashes ]
@@ -1950,6 +1957,8 @@ from_expression = """(
19501957experiments_column_type = " native"
19511958friendly_name = " Activity Stream Events"
19521959description = " Activity Stream Event pings"
1960+ deprecated = true
1961+
19531962
19541963[data_sources .clients_first_seen_v2 ]
19551964from_expression = " moz-fx-data-shared-prod.telemetry_derived.clients_first_seen_v2" # TODO: Replace with view
Original file line number Diff line number Diff line change 4848[metrics .connect_fxa .statistics .deciles ]
4949
5050
51- [metrics .pocket_rec_clicks .statistics .bootstrap_mean ]
51+ [metrics .organic_pocket_clicks .statistics .bootstrap_mean ]
5252
5353
54- [metrics .pocket_spoc_clicks .statistics .bootstrap_mean ]
54+ [metrics .sponsored_pocket_clicks .statistics .bootstrap_mean ]
5555
5656
5757[metrics .days_of_use .statistics .bootstrap_mean ]
@@ -65,10 +65,10 @@ drop_highest = 0
6565[metrics .qualified_cumulative_days_of_use .statistics .deciles ]
6666
6767
68- [metrics .disable_pocket_clicks .statistics .bootstrap_mean ]
68+ [metrics .newtab_pocket_enabled .statistics .bootstrap_mean ]
6969
7070
71- [metrics .disable_pocket_spocs_clicks .statistics .bootstrap_mean ]
71+ [metrics .newtab_sponsored_pocket_stories_enabled .statistics .bootstrap_mean ]
7272
7373[metrics .imported_bookmarks .statistics .binomial ]
7474[metrics .imported_bookmarks_count .statistics .bootstrap_mean ]
You can’t perform that action at this time.
0 commit comments