From b747143982793f3c45129ae4d894fa70cdb8c110 Mon Sep 17 00:00:00 2001 From: John Reilly Date: Thu, 28 Apr 2022 02:05:25 +0100 Subject: [PATCH] docs: update gtag docs to reflect what a GA4 tag looks like (#7252) --- website/docs/api/plugins/plugin-google-gtag.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/api/plugins/plugin-google-gtag.md b/website/docs/api/plugins/plugin-google-gtag.md index c56343c14b0d..da5a53a954bf 100644 --- a/website/docs/api/plugins/plugin-google-gtag.md +++ b/website/docs/api/plugins/plugin-google-gtag.md @@ -63,7 +63,7 @@ Most Docusaurus users configure this plugin through the preset options. // Plugin Options: @docusaurus/plugin-google-gtag const config = { - trackingID: '141789564', + trackingID: 'G-226F0LR9KE', anonymizeIP: true, }; ```