Skip to content

Commit 2e741b2

Browse files
feat: add metrika
1 parent 3846963 commit 2e741b2

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

public/index.html

+17
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,23 @@
2929
Learn how to configure a non-root public URL by running `npm run build`.
3030
-->
3131
<title>Турбина</title>
32+
33+
<!-- Yandex.Metrika counter by Yandex Metrica Plugin -->
34+
<script type="text/javascript" >
35+
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
36+
m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
37+
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
38+
39+
ym(60522235, "init", {
40+
id:60522235,
41+
clickmap:true,
42+
trackLinks:true,
43+
accurateTrackBounce:false,
44+
webvisor:true,
45+
});
46+
</script>
47+
<noscript><div><img src="https://mc.yandex.ru/watch/60522235" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
48+
<!-- /Yandex.Metrika counter -->
3249
</head>
3350
<body>
3451
<noscript>You need to enable JavaScript to run this app.</noscript>

0 commit comments

Comments
 (0)