From c52db257ab8af0f1eb16e31e1371ce5069e06238 Mon Sep 17 00:00:00 2001 From: Utsab Chowdhury Date: Tue, 14 Jan 2025 13:02:39 +0530 Subject: [PATCH] chore: enable ga4 v2 as beta --- src/configurations/destinations/ga4_v2/db-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configurations/destinations/ga4_v2/db-config.json b/src/configurations/destinations/ga4_v2/db-config.json index d7ada1104..a63572ae4 100644 --- a/src/configurations/destinations/ga4_v2/db-config.json +++ b/src/configurations/destinations/ga4_v2/db-config.json @@ -153,7 +153,7 @@ "secretKeys": ["apiSecret"] }, "options": { - "isBeta": false, + "isBeta": true, "supportsCustomMappings": true, "hidden": { "featureFlagName": "AMP_ga4_v2",