Skip to content

Commit

Permalink
docs: add ga
Browse files Browse the repository at this point in the history
  • Loading branch information
EINDEX committed Sep 21, 2024
1 parent 7ab49c4 commit e3b5e05
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,19 @@ const config = {
async: 'true',
},
},
{
tagName: 'script',
attributes: {
src: 'https://www.googletagmanager.com/gtag/js?id=G-23WMVW5BP4',
async: 'true',
},
},
{
tagName: 'script',
attributes: {},
innerHTML:
" window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}gtag('js', new Date());gtag('config', 'G-23WMVW5BP4');",
},
],
};

Expand Down

0 comments on commit e3b5e05

Please sign in to comment.