Skip to content

Commit 291020c

Browse files
authored
feat(DENG-9875): Add 2 new columns to ga4_sessions_firefoxcom_mozillaorg_combined (#8236)
1 parent 7baae17 commit 291020c

File tree

1 file changed

+4
-0
lines changed
  • sql/moz-fx-data-shared-prod/telemetry/ga4_sessions_firefoxcom_mozillaorg_combined

1 file changed

+4
-0
lines changed

sql/moz-fx-data-shared-prod/telemetry/ga4_sessions_firefoxcom_mozillaorg_combined/view.sql

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ SELECT
3636
mo.distinct_experiment_ids_from_event_params,
3737
mo.first_experiment_branch_from_event_params,
3838
mo.distinct_experiment_branches_from_event_params,
39+
mo.first_gad_campaignid_from_event_params,
40+
mo.distinct_gad_campaignid_from_event_params,
3941
mo.manual_campaign_id,
4042
mo.manual_campaign_name,
4143
mo.manual_source,
@@ -101,6 +103,8 @@ SELECT
101103
fx.distinct_experiment_ids_from_event_params,
102104
fx.first_experiment_branch_from_event_params,
103105
fx.distinct_experiment_branches_from_event_params,
106+
fx.first_gad_campaignid_from_event_params,
107+
fx.distinct_gad_campaignid_from_event_params,
104108
fx.manual_campaign_id,
105109
fx.manual_campaign_name,
106110
fx.manual_source,

0 commit comments

Comments
 (0)