Add userParam
Some checks are pending
Deploy / deploy (push) Blocked by required conditions
Deploy / build-and-publish (push) Successful in 2m20s

This commit is contained in:
Kopyl Anatoly
2024-12-11 19:06:31 +03:00
parent f1e9deca68
commit ebeee6cfe6

View File

@@ -1,6 +1,7 @@
<!doctype html>
<html lang="en">
<head>
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
@@ -18,15 +19,20 @@
clickmap: true,
trackLinks: true,
accurateTrackBounce: true,
webvisor: true
webvisor: true,
userParams: {
university_test_group: Math.random() > .5 ? 'a' : 'b'
}
});
</script>
<noscript>
<div><img src="https://mc.yandex.ru/watch/88895893" style="position:absolute; left:-9999px;" alt="" /></div>
</noscript>
<!-- /Yandex.Metrika counter -->
</head>
<body data-sveltekit-preload-data="hover">
</head>
<body data-sveltekit-preload-data="hover">
<div style="display: contents">%sveltekit.body%</div>
</body>
</body>
</html>