NoteStar пре 5 година
родитељ
комит
bafc264d59

+ 9 - 2
addons/fecmall/furnilife_theme/app/appfront/theme/furnilife/widgets/head.php

@@ -13,5 +13,12 @@
 <link rel="apple-touch-icon" href="<?=  Yii::$service->url->getUrl('apple-touch-icon.png'); ?>">
 <meta name="robots" content="INDEX,FOLLOW" />
 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-<!-- Global site tag (gtag.js) - Google Ads: 662089314 --> <script async src="https://www.googletagmanager.com/gtag/js?id=AW-662089314"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'AW-662089314'); </script>
-<?php $parentThis->head() ?>
+<!-- Global site tag (gtag.js) - Google Analytics -->
+<script async src="https://www.googletagmanager.com/gtag/js?id=UA-159325062-2"></script>
+<script>
+    window.dataLayer = window.dataLayer || [];
+    function gtag(){dataLayer.push(arguments);}
+    gtag('js', new Date());
+
+    gtag('config', 'UA-159325062-2');
+</script><?php $parentThis->head() ?>

+ 9 - 1
addons/fecmall/furnilife_theme/app/apphtml5/theme/furnilife/widgets/head.php

@@ -16,6 +16,14 @@
 <link rel="shortcut icon" href="<?=  Yii::$service->url->getUrl('favicon.ico'); ?>">
 <link rel="apple-touch-icon" href="<?=  Yii::$service->url->getUrl('apple-touch-icon.png'); ?>">
 <meta name="robots" content="INDEX,FOLLOW" />
-<!-- Global site tag (gtag.js) - Google Ads: 662089314 --> <script async src="https://www.googletagmanager.com/gtag/js?id=AW-662089314"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'AW-662089314'); </script>
+<!-- Global site tag (gtag.js) - Google Analytics -->
+<script async src="https://www.googletagmanager.com/gtag/js?id=UA-159325062-2"></script>
+<script>
+    window.dataLayer = window.dataLayer || [];
+    function gtag(){dataLayer.push(arguments);}
+    gtag('js', new Date());
+
+    gtag('config', 'UA-159325062-2');
+</script>
 <?php $parentThis->head() ?>