From 399826c824578aa2612f356d46f4cbda24718455 Mon Sep 17 00:00:00 2001 From: Dom Slee Date: Thu, 17 Nov 2022 22:41:00 +1100 Subject: [PATCH 1/2] Update google analytics readme section --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1b32026c30..da11aa129f 100644 --- a/README.md +++ b/README.md @@ -325,10 +325,10 @@ For example, to render a link to an account of user `john.doe` at platform `devi To enable Google Analytics, add the following lines to your Jekyll site: ```yaml - google_analytics: UA-NNNNNNNN-N + google_analytics: G-NNNNNNNNNN ``` -Google Analytics will only appear in production, i.e., `JEKYLL_ENV=production` +Google Analytics will only appear in production, i.e., `JEKYLL_ENV=production`. The legacy Universal Analytics format also works with the `gtag.js` snippet, in the format `UA-NNNNNNNN-N`, but the [Universal Analytics format will stop processing data July 1, 2023](https://support.google.com/analytics/answer/11583528?hl=en#:~:text=Until%20July%201%2C%202023%2C%20you,for%20at%20least%20six%20months). For more information, see the [Google Analytics 4 tracking ID support guide](https://support.google.com/analytics/answer/9539598?hl=en). ### Enabling Excerpts on the Home Page From fc7009b2288bbe860612f87fef5deffcebaf44a3 Mon Sep 17 00:00:00 2001 From: Ashwin Maroli Date: Wed, 9 Apr 2025 19:34:10 +0530 Subject: [PATCH 2/2] Remove extra information --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da11aa129f..57a2100955 100644 --- a/README.md +++ b/README.md @@ -325,10 +325,10 @@ For example, to render a link to an account of user `john.doe` at platform `devi To enable Google Analytics, add the following lines to your Jekyll site: ```yaml - google_analytics: G-NNNNNNNNNN +google_analytics: G-NNNNNNNNNN // The former `UA-NNNNNNNN-N` format is no longer supported by Google ``` -Google Analytics will only appear in production, i.e., `JEKYLL_ENV=production`. The legacy Universal Analytics format also works with the `gtag.js` snippet, in the format `UA-NNNNNNNN-N`, but the [Universal Analytics format will stop processing data July 1, 2023](https://support.google.com/analytics/answer/11583528?hl=en#:~:text=Until%20July%201%2C%202023%2C%20you,for%20at%20least%20six%20months). For more information, see the [Google Analytics 4 tracking ID support guide](https://support.google.com/analytics/answer/9539598?hl=en). +Google Analytics will only appear in production, i.e., `JEKYLL_ENV=production`. ### Enabling Excerpts on the Home Page