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

Commit

Permalink
SWI-2033 Update Google Analytics Tag (#977)
Browse files Browse the repository at this point in the history
* SWI-2033 Update Google Analytics Tag

* Update `yarn.lock` to pull from public npm
  • Loading branch information
ajrice6713 authored Mar 14, 2023
1 parent 658f0b2 commit 9a1dafe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions site/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,10 @@ module.exports = {
trackingID: "UA-62651840-1",
anonymizeIP: false,
},
gtag: {
trackingID: "G-DGM69FKK2K",
anonymizeIP: false,
},
},
],
],
Expand Down
1 change: 1 addition & 0 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"dependencies": {
"@algolia/client-search": "^4.9.1",
"@docusaurus/core": "^2.3.1",
"@docusaurus/plugin-google-gtag": "^2.3.1",
"@docusaurus/preset-classic": "^2.3.1",
"@types/react": "^17.0.0",
"bandwidth-redoc": "^1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion site/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1442,7 +1442,7 @@
"@docusaurus/utils-validation" "2.3.1"
tslib "^2.4.0"

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

0 comments on commit 9a1dafe

Please sign in to comment.