We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f85dcad + e821ffd commit 4767893Copy full SHA for 4767893
resources/views/partials/_analytics.blade.php
@@ -1,13 +1,11 @@
1
@production
2
- <!-- Global site tag (gtag.js) - Google Analytics -->
3
- <script async src="https://www.googletagmanager.com/gtag/js?id=UA-121194903-1"></script>
+ <!-- Google tag (gtag.js) -->
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-VNZ1H578TL"></script>
4
<script>
5
- window.dataLayer = window.dataLayer || []
6
- function gtag() {
7
- dataLayer.push(arguments)
8
- }
9
- gtag('js', new Date())
+ window.dataLayer = window.dataLayer || [];
+ function gtag(){dataLayer.push(arguments);}
+ gtag('js', new Date());
10
11
- gtag('config', 'UA-121194903-1')
+ gtag('config', 'G-VNZ1H578TL');
12
</script>
13
@endproduction
0 commit comments