metrika
This commit is contained in:
@@ -43,9 +43,32 @@ export default function RootLayout({
|
||||
className={classNames(helveticaNeueCyrFont.variable, sFProTextFont.variable, proximaNovaFont.variable)}>
|
||||
<head>
|
||||
<link rel="icon" href="drop/favicon.png" sizes="any"/>
|
||||
<title>DENCO Бизнес</title>
|
||||
<title>Дропшиппинг DENCO Seller | Автоматическая система продажи на маркетплейсах</title>
|
||||
<meta name="description"
|
||||
content="DENCO seller — Дропшиппинг, фулфилмент и внутренняя аналитика в одном сервисе. Бизнес на маркетплейсах из любой точки мира..."/>
|
||||
|
||||
</head>
|
||||
<body>{children}</body>
|
||||
<script dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
(function(m,e,t,r,i,k,a){m[i]=m[i]function(){(m[i].a=m[i].a[]).push(arguments)};
|
||||
m[i].l=1*new Date();
|
||||
for (var j = 0; j < document.scripts.length; j++) {if (document.scripts[j].src === r) { return; }}
|
||||
k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
|
||||
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
|
||||
|
||||
ym(97192033, "init", {
|
||||
clickmap:true,
|
||||
trackLinks:true,
|
||||
accurateTrackBounce:true,
|
||||
webvisor:true
|
||||
});
|
||||
`
|
||||
}}/>
|
||||
<noscript>
|
||||
<div><img src="https://mc.yandex.ru/watch/97192033" style={{position: 'absolute', left: "-9999px"}} alt=""/>
|
||||
</div>
|
||||
</noscript>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user