Skip to content

Commit

Permalink
Update terraform-sample.tfvars
Browse files Browse the repository at this point in the history
add comments on the multi-stream configuration for terraform
  • Loading branch information
kingman authored Nov 6, 2024
1 parent 8be202c commit 6af564a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infrastructure/terraform/terraform-sample.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6af564a

Please sign in to comment.