File tree Expand file tree Collapse file tree 2 files changed +8
-12
lines changed
Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -2319,20 +2319,16 @@ friendly_name = "Search Tiles Visit Activity Daily"
23192319client_id_column = " legacy_telemetry_client_id"
23202320experiments_column_type = " native"
23212321
2322- [data_sources .newtab_visits_pocket_interactions ]
2322+ [data_sources .newtab_visits ]
23232323from_expression = """ (
23242324 SELECT
2325- e.* EXCEPT (pocket_interactions),
2326- pocket_interactions
2325+ *
23272326 FROM
2328- `moz-fx-data-shared-prod.telemetry.newtab_visits` e
2329- CROSS JOIN
2330- UNNEST(e.pocket_interactions) AS pocket_interactions
2331- )"""
2327+ `moz-fx-data-shared-prod.firefox_desktop.newtab_visits_daily`
2328+ )"""
23322329submission_date_column = " submission_date"
2333- description = " Pocket Tiles Visit Activity Daily"
2334- friendly_name = " Pocket Tiles Visit Activity Daily"
2335- client_id_column = " legacy_telemetry_client_id"
2330+ description = " Visits-level table or Newtab Homepage Data"
2331+ friendly_name = " Newtab Visits Daily"
23362332experiments_column_type = " native"
23372333
23382334[data_sources .newtab_clients_daily ]
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ sample_size = 50
55name = " first_content_click"
66friendly_name = " First Click on any content"
77description = " Clients Click on any content at least once"
8- data_source = " newtab_visits_pocket_interactions "
9- select_expression = " COALESCE(pocket_interactions.pocket_clicks, 0) > 0 "
8+ data_source = " newtab_visits "
9+ select_expression = " is_content_click "
1010window_end = " analysis_window_end"
You can’t perform that action at this time.
0 commit comments