From 6af564a312edf5491e688686b0487c1873e0f266 Mon Sep 17 00:00:00 2001 From: Charlie Wang <2144018+kingman@users.noreply.github.com> Date: Wed, 6 Nov 2024 16:00:36 +0100 Subject: [PATCH] Update terraform-sample.tfvars add comments on the multi-stream configuration for terraform --- infrastructure/terraform/terraform-sample.tfvars | 1 + 1 file changed, 1 insertion(+) diff --git a/infrastructure/terraform/terraform-sample.tfvars b/infrastructure/terraform/terraform-sample.tfvars index 229c1181..fd7c6658 100644 --- a/infrastructure/terraform/terraform-sample.tfvars +++ b/infrastructure/terraform/terraform-sample.tfvars @@ -52,6 +52,7 @@ activation_project_id = "Project ID where activation resources will be created" #################### GA4 VARIABLES ################################# ga4_property_id = "Google Analytics property id" +# List every GA4 data stream that you want to activate on (e.g ["web-stream-1", "web-stream-2", "app-stream-1"]) ga4_stream_id = ["Google Analytics data stream id:s"] ga4_measurement_id = "Google Analytics measurement id" ga4_measurement_secret = "Google Analytics measurement secret"