docs: update gtag docs to reflect what a GA4 tag looks like (#7252)

This commit is contained in:
John Reilly 2022-04-28 02:05:25 +01:00 committed by GitHub
parent 9a1b7217ba
commit b747143982
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,7 @@ Most Docusaurus users configure this plugin through the preset options.
// Plugin Options: @docusaurus/plugin-google-gtag // Plugin Options: @docusaurus/plugin-google-gtag
const config = { const config = {
trackingID: '141789564', trackingID: 'G-226F0LR9KE',
anonymizeIP: true, anonymizeIP: true,
}; };
``` ```