File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
sql/moz-fx-data-shared-prod/firefox_desktop/cfs_ga4_attr Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 7171 ga4 .distinct_experiment_ids_from_event_params AS ga4_distinct_experiment_ids_from_event_params,
7272 ga4 .first_experiment_branch_from_event_params AS ga4_first_experiment_branch_from_event_params,
7373 ga4 .distinct_experiment_branches_from_event_params AS ga4_distinct_experiment_branches_from_event_params,
74+ ga4 .first_gad_campaignid_from_event_params AS ga4_first_gad_campaignid_from_event_params,
75+ ga4 .distinct_gad_campaignid_from_event_params AS ga4_distinct_gad_campaignid_from_event_params,
7476 ga4 .manual_campaign_id AS ga4_manual_campaign_id,
7577 ga4 .manual_campaign_name AS ga4_manual_campaign_name,
7678 ga4 .manual_source AS ga4_manual_source,
@@ -175,7 +177,9 @@ LEFT JOIN
175177 first_experiment_id_from_event_params,
176178 distinct_experiment_ids_from_event_params,
177179 first_experiment_branch_from_event_params,
178- distinct_experiment_branches_from_event_params
180+ distinct_experiment_branches_from_event_params,
181+ first_gad_campaignid_from_event_params,
182+ distinct_gad_campaignid_from_event_params
179183 FROM
180184 ` moz-fx-data-shared-prod.telemetry.ga4_sessions_firefoxcom_mozillaorg_combined`
181185 LEFT JOIN
You can’t perform that action at this time.
0 commit comments