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 fdba7ce commit ce61e8cCopy full SHA for ce61e8c
resources/views/layouts/ga.blade.php
@@ -1,5 +1,11 @@
1
@production
2
- <!-- Google Analytics - beautiful, simple website analytics -->
3
- <script src="https://boom.laravel.io/script.js" data-site="UPHUDXHV" defer></script>
4
- <!-- / Google Analytics -->
+ <!-- Global site tag (gtag.js) - Google Analytics -->
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-J6PRLE9BBY"></script>
+ <script>
5
+ window.dataLayer = window.dataLayer || [];
6
+ function gtag(){dataLayer.push(arguments);}
7
+ gtag('js', new Date());
8
+
9
+ gtag('config', 'G-J6PRLE9BBY');
10
+ </script>
11
@endproduction
0 commit comments