mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-25 22:18:01 +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
|
```js
|
||||||
const config = {
|
const config = {
|
||||||
trackingID: 'UA-141789564-1',
|
trackingID: '141789564',
|
||||||
anonymizeIP: true,
|
anonymizeIP: true,
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
@ -69,7 +69,7 @@ module.exports = {
|
||||||
{
|
{
|
||||||
// highlight-start
|
// highlight-start
|
||||||
gtag: {
|
gtag: {
|
||||||
trackingID: 'UA-141789564-1',
|
trackingID: '141789564',
|
||||||
anonymizeIP: true,
|
anonymizeIP: true,
|
||||||
},
|
},
|
||||||
// highlight-end
|
// highlight-end
|
||||||
|
@ -90,7 +90,7 @@ module.exports = {
|
||||||
'@docusaurus/plugin-google-gtag',
|
'@docusaurus/plugin-google-gtag',
|
||||||
// highlight-start
|
// highlight-start
|
||||||
{
|
{
|
||||||
trackingID: 'UA-141789564-1',
|
trackingID: '141789564',
|
||||||
anonymizeIP: true,
|
anonymizeIP: true,
|
||||||
},
|
},
|
||||||
// highlight-end
|
// highlight-end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue