Skip to content

Commit

Permalink
chore: update GA
Browse files Browse the repository at this point in the history
  • Loading branch information
CPunisher committed Jun 21, 2023
1 parent d9581dd commit 3e8ffb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'UA-165845289-1');
gtag('config', 'G-XKEWNQ1T0E');
</script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion src/components/app/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ReactGA.addTrackers(
}
},
{
trackingId: 'G-3NKS6ZG27V',
trackingId: 'G-XKEWNQ1T0E',
gaOptions: { name: 'trackerG' }
}
],
Expand Down

0 comments on commit 3e8ffb6

Please sign in to comment.