mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-10 07:37:19 +02:00
docs: remove mention of 'UA-' in gtag (#6184)
This commit is contained in:
parent
13056ea57c
commit
a17deb6aa2
1 changed files with 3 additions and 3 deletions
|
@ -52,7 +52,7 @@ Most Docusaurus users configure this plugin through the [preset options](#ex-con
|
|||
|
||||
```js
|
||||
const config = {
|
||||
trackingID: 'UA-141789564-1',
|
||||
trackingID: '141789564',
|
||||
anonymizeIP: true,
|
||||
};
|
||||
```
|
||||
|
@ -69,7 +69,7 @@ module.exports = {
|
|||
{
|
||||
// highlight-start
|
||||
gtag: {
|
||||
trackingID: 'UA-141789564-1',
|
||||
trackingID: '141789564',
|
||||
anonymizeIP: true,
|
||||
},
|
||||
// highlight-end
|
||||
|
@ -90,7 +90,7 @@ module.exports = {
|
|||
'@docusaurus/plugin-google-gtag',
|
||||
// highlight-start
|
||||
{
|
||||
trackingID: 'UA-141789564-1',
|
||||
trackingID: '141789564',
|
||||
anonymizeIP: true,
|
||||
},
|
||||
// highlight-end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue