Commit fa17c1a0bee7fb4329ccda60133a265d9c0bc1c6
1 parent
63cb90cb
change google analytics code
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
frontend/views/layouts/main.php
| @@ -59,13 +59,13 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= | @@ -59,13 +59,13 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= | ||
| 59 | })(window,document,'script','dataLayer','GTM-MZGFQ2B');</script> | 59 | })(window,document,'script','dataLayer','GTM-MZGFQ2B');</script> |
| 60 | <!-- End Google Tag Manager --> | 60 | <!-- End Google Tag Manager --> |
| 61 | <!-- Global site tag (gtag.js) - Google Analytics --> | 61 | <!-- Global site tag (gtag.js) - Google Analytics --> |
| 62 | - <script async src="https://www.googletagmanager.com/gtag/js?id=UA-124411316-1"></script> | 62 | + <script async src="https://www.googletagmanager.com/gtag/js?id=UA-150418728-1"></script> |
| 63 | <script> | 63 | <script> |
| 64 | window.dataLayer = window.dataLayer || []; | 64 | window.dataLayer = window.dataLayer || []; |
| 65 | function gtag(){dataLayer.push(arguments);} | 65 | function gtag(){dataLayer.push(arguments);} |
| 66 | gtag('js', new Date()); | 66 | gtag('js', new Date()); |
| 67 | 67 | ||
| 68 | - gtag('config', 'UA-124411316-1'); | 68 | + gtag('config', 'UA-150418728-1'); |
| 69 | </script> | 69 | </script> |
| 70 | </head> | 70 | </head> |
| 71 | <body> | 71 | <body> |