@@ -2183,14 +2183,6 @@ experiments_column_type = "native"
21832183friendly_name = " Events"
21842184description = " Events Ping"
21852185
2186- [data_sources .newtab_interactions ]
2187- from_expression = " mozdata.telemetry.newtab_interactions"
2188- client_id_column = " legacy_telemetry_client_id"
2189- experiments_column_type = " native"
2190- submission_date_column = " submission_date"
2191- description = " New Tab Interactions"
2192- friendly_name = " New Tab Interactions"
2193-
21942186[data_sources .normandy_events ]
21952187from_expression = """ (
21962188 SELECT
@@ -2579,30 +2571,6 @@ description = """
25792571 in telemetry (i.e. new, unique profiles).
25802572"""
25812573
2582- [segments .pocket_countries ]
2583- data_source = " newtab_interactions"
2584- select_expression = " LOGICAL_OR(COALESCE(country_code in ('AT', 'BE', 'CA', 'CH', 'DE', 'GB', 'IE', 'IN', 'US'), FALSE))"
2585- friendly_name = " Pocket Countries"
2586- description = """
2587- Clients in countries with Pocket.
2588- """
2589-
2590- [segments .sponsored_tile_countries ]
2591- data_source = " newtab_interactions"
2592- select_expression = " LOGICAL_OR(COALESCE(country_code in ('AU', 'BR', 'CA', 'DE', 'ES', 'FR', 'GB', 'IN', 'IT', 'JA', 'MX', 'US'), FALSE))"
2593- friendly_name = " Sponsored Tile Countries"
2594- description = """
2595- Clients in countries with AdMarketplace Sponsored Tiles.
2596- """
2597-
2598- [segments .marketing_tier1_countries ]
2599- data_source = " newtab_interactions"
2600- select_expression = " LOGICAL_OR(COALESCE(country_code in ('CA', 'DE', 'FR', 'GB', 'US'), FALSE))"
2601- friendly_name = " Marketing Tier1 Countries"
2602- description = """
2603- Clients in countries considered Tier 1 by Marketing. Other business units may have different definitions of 'Tier 1'.
2604- """
2605-
26062574[segments .clients_with_blocked_sponsors ]
26072575data_source = " newtab"
26082576select_expression = ' {{agg_any("ARRAY_LENGTH(metrics.string_list.newtab_blocked_sponsors) > 0")}}'
@@ -2665,12 +2633,6 @@ from_expression = "mozdata.telemetry.clients_daily"
26652633window_start = 0
26662634window_end = 0
26672635
2668- [segments .data_sources .newtab_interactions ]
2669- from_expression = " mozdata.telemetry.newtab_interactions"
2670- client_id = " legacy_telemetry_client_id"
2671- window_start = 0
2672- window_end = 0
2673-
26742636[segments .data_sources .newtab ]
26752637from_expression = """ (
26762638 SELECT
0 commit comments