|
|
|
|
@ -47,7 +47,23 @@ |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
</script> |
|
|
|
|
|
|
|
|
|
{% if settings.DEV_SERVER or settings.DEBUG %} |
|
|
|
|
<!-- Google Tag Manager --> |
|
|
|
|
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': |
|
|
|
|
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], |
|
|
|
|
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= |
|
|
|
|
'https://www.googletagmanager.com/gtm.js?id='+i+dl+ '>m_auth=vlrscZ1PfuTiK5kaBcQ-Ag>m_preview=env-5>m_cookies_win=x';f.parentNode.insertBefore(j,f); |
|
|
|
|
})(window,document,'script','dataLayer','GTM-WGMCNS7');</script> |
|
|
|
|
<!-- End Google Tag Manager --> |
|
|
|
|
{% else %} |
|
|
|
|
<!-- Google Tag Manager --> |
|
|
|
|
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': |
|
|
|
|
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], |
|
|
|
|
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= |
|
|
|
|
'https://www.googletagmanager.com/gtm.js?id='+i+dl+ '>m_auth=Wg_pncigcHbhPKKVOVrvPw>m_preview=env-2>m_cookies_win=x';f.parentNode.insertBefore(j,f); |
|
|
|
|
})(window,document,'script','dataLayer','GTM-WGMCNS7');</script> |
|
|
|
|
<!-- End Google Tag Manager --> |
|
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|
{% block layer_head %}{% endblock layer_head %} |
|
|
|
|
</head> |
|
|
|
|
@ -82,35 +98,17 @@ |
|
|
|
|
//gtag('config', 'AW-808701460'); |
|
|
|
|
gtag('config', 'UA-121923960-1'); |
|
|
|
|
</script> |
|
|
|
|
<!-- Yandex.Metrika counter --> |
|
|
|
|
<script type="text/javascript" > |
|
|
|
|
(function (d, w, c) { |
|
|
|
|
(w[c] = w[c] || []).push(function() { |
|
|
|
|
try { |
|
|
|
|
w.yaCounter49354039 = new Ya.Metrika2({ |
|
|
|
|
id:49354039, |
|
|
|
|
clickmap:true, |
|
|
|
|
trackLinks:true, |
|
|
|
|
accurateTrackBounce:true, |
|
|
|
|
webvisor:true |
|
|
|
|
}); |
|
|
|
|
} catch(e) { } |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
var n = d.getElementsByTagName("script")[0], |
|
|
|
|
s = d.createElement("script"), |
|
|
|
|
f = function () { n.parentNode.insertBefore(s, n); }; |
|
|
|
|
s.type = "text/javascript"; |
|
|
|
|
s.async = true; |
|
|
|
|
s.src = "https://mc.yandex.ru/metrika/tag.js"; |
|
|
|
|
|
|
|
|
|
if (w.opera == "[object Opera]") { |
|
|
|
|
d.addEventListener("DOMContentLoaded", f, false); |
|
|
|
|
} else { f(); } |
|
|
|
|
})(document, window, "yandex_metrika_callbacks2"); |
|
|
|
|
</script> |
|
|
|
|
<noscript><div><img src="https://mc.yandex.ru/watch/49354039" style="position:absolute; left:-9999px;" alt="" /></div></noscript> |
|
|
|
|
<!-- /Yandex.Metrika counter --> |
|
|
|
|
{% if settings.DEV_SERVER or settings.DEBUG %} |
|
|
|
|
<!-- Google Tag Manager (noscript) --> |
|
|
|
|
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WGMCNS7>m_auth=vlrscZ1PfuTiK5kaBcQ-Ag>m_preview=env-5>m_cookies_win=x" |
|
|
|
|
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> |
|
|
|
|
<!-- End Google Tag Manager (noscript) --> |
|
|
|
|
{% else %} |
|
|
|
|
<!-- Google Tag Manager (noscript) --> |
|
|
|
|
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WGMCNS7>m_auth=Wg_pncigcHbhPKKVOVrvPw>m_preview=env-2>m_cookies_win=x" |
|
|
|
|
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> |
|
|
|
|
<!-- End Google Tag Manager (noscript) --> |
|
|
|
|
{% endif %} |
|
|
|
|
{% include "templates/blocks/mixpanel.html" %} |
|
|
|
|
</body> |
|
|
|
|
</html> |
|
|
|
|
|