From 2ca023264c7f9f5ec5ab04cde1c49ad5b8896255 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Wed, 13 Jul 2022 15:26:41 -0500 Subject: [PATCH] Try UA style ID --- helpers/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/constants.js b/helpers/constants.js index 87dad54..75bdb65 100644 --- a/helpers/constants.js +++ b/helpers/constants.js @@ -6,4 +6,4 @@ export const sitemapLocation = './static/' export const sitemapIndexFileName = 'sitemap-index.xml' // https://analytics.google.com/analytics/web/#/a28434239p322931477/admin/streams/table/3835236140 -export const gaMeasurementId = 'G-Q94Z70Y4C6' +export const gaMeasurementId = 'UA-28434239-22'