|
@@ -13,5 +13,12 @@
|
|
<link rel="apple-touch-icon" href="<?= Yii::$service->url->getUrl('apple-touch-icon.png'); ?>">
|
|
<link rel="apple-touch-icon" href="<?= Yii::$service->url->getUrl('apple-touch-icon.png'); ?>">
|
|
<meta name="robots" content="INDEX,FOLLOW" />
|
|
<meta name="robots" content="INDEX,FOLLOW" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<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() ?>
|