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, }; ```