Commit 484adcb4586e89ca3f3e843836faf641a77c9d65
1 parent
858c4bb2
google tag manager
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
frontend/views/layouts/main.php
... | ... | @@ -103,8 +103,7 @@ JS; |
103 | 103 | })(window,document,'script','dataLayer','GTM-M6MFXLM');</script> |
104 | 104 | <!-- End Google Tag Manager --> |
105 | 105 | |
106 | - | |
107 | - <!-- Google Analytics --> | |
106 | + <!-- Global site tag (gtag.js) - Google Analytics --> | |
108 | 107 | <?php if (!empty($settings->ga_code)) { ?> |
109 | 108 | <script async src="https://www.googletagmanager.com/gtag/js?id=UA-109405172-1"></script> |
110 | 109 | <script> | ... | ... |