mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-04 04:37:28 +02:00
docs: update gtag docs to reflect what a GA4 tag looks like (#7252)
This commit is contained in:
parent
9a1b7217ba
commit
b747143982
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
};
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue