diff --git a/.changeset/four-snails-raise.md b/.changeset/four-snails-raise.md
new file mode 100644
index 0000000000..1484a454e1
--- /dev/null
+++ b/.changeset/four-snails-raise.md
@@ -0,0 +1,5 @@
+---
+'@backstage/cli': patch
+---
+
+Removed googleAnalyticsTrackingId configSchema.
diff --git a/.changeset/lucky-falcons-dress.md b/.changeset/lucky-falcons-dress.md
new file mode 100644
index 0000000000..16e5c8a015
--- /dev/null
+++ b/.changeset/lucky-falcons-dress.md
@@ -0,0 +1,38 @@
+---
+'@backstage/create-app': patch
+---
+
+The [Analytics API](https://backstage.io/docs/plugins/analytics) is the recommended way to track usage in Backstage; an optionally installable [Google Analytics module](https://github.com/backstage/backstage/tree/master/plugins/analytics-module-ga#installation) has superseded the old app.googleAnalyticsTrackingId config and its corresponding script tags in packages/app/public/index.html.
+
+For an existing installation where you want to remove the redundant app.googleAnalyticsTrackingId, you should make the following adjustment to `packages/app/public/index.html`:
+
+```diff
+