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.
1 parent 28e64f3 commit ec374cfCopy full SHA for ec374cf
resources/views/layouts/_fathom.blade.php
@@ -1,11 +1,11 @@
1
@production
2
<!-- Global site tag (gtag.js) - Google Analytics -->
3
- <script async src="https://www.googletagmanager.com/gtag/js?id=G-J6PRLE9BBY"></script>
+ <script async src="https://www.googletagmanager.com/gtag/js?id=UA-121194903-1"></script>
4
<script>
5
window.dataLayer = window.dataLayer || [];
6
function gtag(){dataLayer.push(arguments);}
7
gtag('js', new Date());
8
9
- gtag('config', 'G-J6PRLE9BBY');
+ gtag('config', 'UA-121194903-1');
10
</script>
11
@endproduction
0 commit comments