docs: remove mention of 'UA-' in gtag (#6184)

This commit is contained in:
John Reilly 2021-12-24 09:21:31 +00:00 committed by GitHub
parent 13056ea57c
commit a17deb6aa2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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