From beb2e23e8e873d7c9ae57927e2de9d181eba971c Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Sun, 12 Jun 2022 11:39:00 -0500 Subject: [PATCH] Add gaMeasurementId constant --- helpers/constants.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/helpers/constants.js b/helpers/constants.js index f6d7411..fb51da9 100644 --- a/helpers/constants.js +++ b/helpers/constants.js @@ -3,4 +3,7 @@ export const filterSeparator = '_' export const sitemapLocation = './static/' -export const sitemapIndexFileName = 'sitemap-index.xml' \ No newline at end of file +export const sitemapIndexFileName = 'sitemap-index.xml' + +// https://analytics.google.com/analytics/web/#/a28434239p302384837/admin/streams/table/3228170828 +export const gaMeasurementId = 'G-0WLH5YTTB0'