Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit 9a1dafe

Browse files
authored
SWI-2033 Update Google Analytics Tag (#977)
* SWI-2033 Update Google Analytics Tag * Update `yarn.lock` to pull from public npm
1 parent 658f0b2 commit 9a1dafe

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

site/docusaurus.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,10 @@ module.exports = {
149149
trackingID: "UA-62651840-1",
150150
anonymizeIP: false,
151151
},
152+
gtag: {
153+
trackingID: "G-DGM69FKK2K",
154+
anonymizeIP: false,
155+
},
152156
},
153157
],
154158
],

site/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"dependencies": {
1919
"@algolia/client-search": "^4.9.1",
2020
"@docusaurus/core": "^2.3.1",
21+
"@docusaurus/plugin-google-gtag": "^2.3.1",
2122
"@docusaurus/preset-classic": "^2.3.1",
2223
"@types/react": "^17.0.0",
2324
"bandwidth-redoc": "^1.2.0",

site/yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1442,7 +1442,7 @@
14421442
"@docusaurus/utils-validation" "2.3.1"
14431443
tslib "^2.4.0"
14441444

1445-
"@docusaurus/[email protected]":
1445+
"@docusaurus/[email protected]", "@docusaurus/plugin-google-gtag@^2.3.1":
14461446
version "2.3.1"
14471447
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-google-gtag/-/plugin-google-gtag-2.3.1.tgz#b8da54a60c0a50aca609c3643faef78cb4f247a0"
14481448
integrity sha512-uXtDhfu4+Hm+oqWUySr3DNI5cWC/rmP6XJyAk83Heor3dFjZqDwCbkX8yWPywkRiWev3Dk/rVF8lEn0vIGVocA==

0 commit comments

Comments
 (0)