Skip to content

Commit

Permalink
Migrate to GA4
Browse files Browse the repository at this point in the history
wilco375 committed Jul 2, 2023
1 parent cd14eb8 commit 102a482
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/index.html
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-43733562-1"
src="https://www.googletagmanager.com/gtag/js?id=G-8XNQMRFWPZ"
></script>

{{content-for "head-footer"}}
2 changes: 1 addition & 1 deletion config/environment.js
Original file line number Diff line number Diff line change
@@ -114,7 +114,7 @@ module.exports = function (environment) {

if (deployTarget === 'production') {
ENV.clientId = 'IIeYVVbdNhiSiSCxKP5eUgS5Vs1-9ccZEvISdCVqe5g';
ENV.googleAnalytics = { webPropertyId: 'UA-8136462-4' };
ENV.googleAnalytics = { webPropertyId: 'G-8XNQMRFWPZ' };
}

if (deployTarget === 'staging') {

0 comments on commit 102a482

Please sign in to comment.