From 752d983346a8f82a8120d6a38b724eabea888b1b Mon Sep 17 00:00:00 2001 From: Brie Hodson Date: Fri, 11 Jul 2025 09:33:29 -0600 Subject: [PATCH] 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'