Skip to content

Commit 0804e17

Browse files
authored
Merge pull request #327 from valor-software/feat/update-google-analytics
feat: update Google analytics
2 parents c01f1f5 + 99d270e commit 0804e17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/valor-software-site/src/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export class AppComponent implements OnDestroy, AfterViewInit {
102102
this.$gaRouteEvents = this.router.events.subscribe((event) => {
103103
if (event instanceof NavigationEnd) {
104104
if (!configured) {
105-
gtag('config', 'UA-73071494-2', { send_page_view: false });
105+
gtag('config', 'G-YD223JL5QN', { send_page_view: false });
106106
configured = true;
107107
}
108108
gtag('event', 'page_view', {

apps/valor-software-site/src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</script>
2424
<script src="assets/js/intercom-facade.js"></script>
2525
<!-- Global site tag (gtag.js) - Google Analytics -->
26-
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-73071494-2"></script>
26+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YD223JL5QN"></script>
2727
<script>
2828
window.dataLayer = window.dataLayer || [];
2929

0 commit comments

Comments
 (0)