From 752d983346a8f82a8120d6a38b724eabea888b1b Mon Sep 17 00:00:00 2001 From: Brie Hodson Date: Fri, 11 Jul 2025 09:33:29 -0600 Subject: [PATCH 1/2] Link Google Analytics plugin to G4 version The plugin docs were linking to the original Google Analytics plugin that only supports Universal Analytics, which is now deprecated by Google. The G4 version is the compatible version with Google Analytics now and should be the default link. Signed-off-by: Brie Hodson --- microsite/data/plugins/analytics-module-ga.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/microsite/data/plugins/analytics-module-ga.yaml b/microsite/data/plugins/analytics-module-ga.yaml index 968b1831ab..e6a60c02d5 100644 --- a/microsite/data/plugins/analytics-module-ga.yaml +++ b/microsite/data/plugins/analytics-module-ga.yaml @@ -4,7 +4,7 @@ author: Spotify authorUrl: https://github.com/spotify category: Monitoring description: Track usage of your Backstage instance using Google Analytics. -documentation: https://github.com/backstage/community-plugins/blob/main/workspaces/analytics/plugins/analytics-module-ga/README.md +documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/analytics/plugins/analytics-module-ga4#readme iconUrl: /img/ga-icon.png -npmPackageName: '@backstage/plugin-analytics-module-ga' -addedDate: '2021-10-07' +npmPackageName: '@backstage/plugin-analytics-module-ga4' +addedDate: '2024-04-19' From 95d14a95a64f0fc1975afbf208a0aee3e53f9bf4 Mon Sep 17 00:00:00 2001 From: Brie Hodson Date: Fri, 11 Jul 2025 10:20:52 -0600 Subject: [PATCH 2/2] Use original added date and add GA version 4 to description Signed-off-by: Brie Hodson --- microsite/data/plugins/analytics-module-ga.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/microsite/data/plugins/analytics-module-ga.yaml b/microsite/data/plugins/analytics-module-ga.yaml index e6a60c02d5..3dcb27bcd5 100644 --- a/microsite/data/plugins/analytics-module-ga.yaml +++ b/microsite/data/plugins/analytics-module-ga.yaml @@ -3,8 +3,8 @@ title: 'Analytics Module: Google Analytics' author: Spotify authorUrl: https://github.com/spotify category: Monitoring -description: Track usage of your Backstage instance using Google Analytics. +description: Track usage of your Backstage instance using Google Analytics 4. documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/analytics/plugins/analytics-module-ga4#readme iconUrl: /img/ga-icon.png npmPackageName: '@backstage/plugin-analytics-module-ga4' -addedDate: '2024-04-19' +addedDate: '2021-10-07'