From 89f554ec0edb04a90a4fedcf054a51b66bd1dc83 Mon Sep 17 00:00:00 2001 From: T-Engel <37897372+T-Engel@users.noreply.github.com> Date: Wed, 8 May 2024 13:01:38 +0200 Subject: [PATCH] Update _config.yml -Update Google Analytics ID --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 5b66dff..184f7b5 100644 --- a/_config.yml +++ b/_config.yml @@ -48,7 +48,7 @@ privacy: # The text for the terms can be changed by adding translations for 'terms', 'acceptTerms' and 'rejectTerms' in `/_data/translations.yml`. siteMeasurements: enable: false # When enabled there will be a popup asking the user for their consent. If they accept then the function "attachMeasurements" will be called. You can overwrite this function by adding a file `/_includes/js/measure.js` and replace the function. - GA_ID: "G-QG00SP929Z" # Your Google analytics ID. Sometimes they start with UA-XXXXX-X other times with G-XXXXXXXX depending on how you set it up + GA_ID: "G-QD1X447W8K" # Your Google analytics ID. Sometimes they start with UA-XXXXX-X other times with G-XXXXXXXX depending on how you set it up termsVersion: "2021-07-06" # A version number for your terms. If you change this, then the users will see the popup again asking them to confirm/reject anew.