From 32419188244954b0fce2c2be5f265e7a798a24ff Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Mon, 18 Jul 2022 15:27:37 +0000 Subject: [PATCH] [microsite] Use GA4 as main site tag Signed-off-by: Patrice Chalin --- microsite/siteConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsite/siteConfig.js b/microsite/siteConfig.js index 8396a64729..68226b5681 100644 --- a/microsite/siteConfig.js +++ b/microsite/siteConfig.js @@ -39,7 +39,7 @@ const siteConfig = { fossWebsite: 'https://spotify.github.io/', // Google Analytics - gaTrackingId: 'UA-163836834-5', + gaTrackingId: 'G-KSEVGGNCJW', gaGtag: true, // For no header links in the top nav bar -> headerLinks: [],