From 102a482c9e38f9743db565bd65a631a6ce272e6b Mon Sep 17 00:00:00 2001 From: Wilco van Beijnum Date: Sun, 2 Jul 2023 13:38:17 +0200 Subject: [PATCH] Migrate to GA4 --- app/index.html | 2 +- config/environment.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/index.html b/app/index.html index 020a323dd..e523ea22e 100644 --- a/app/index.html +++ b/app/index.html @@ -40,7 +40,7 @@ {{content-for "head-footer"}} diff --git a/config/environment.js b/config/environment.js index cdae2b993..d09b2ba9b 100644 --- a/config/environment.js +++ b/config/environment.js @@ -114,7 +114,7 @@ module.exports = function (environment) { if (deployTarget === 'production') { ENV.clientId = 'IIeYVVbdNhiSiSCxKP5eUgS5Vs1-9ccZEvISdCVqe5g'; - ENV.googleAnalytics = { webPropertyId: 'UA-8136462-4' }; + ENV.googleAnalytics = { webPropertyId: 'G-8XNQMRFWPZ' }; } if (deployTarget === 'staging') {