From ebeee6cfe69f06fd2f8c5eddb7beb76254db244f Mon Sep 17 00:00:00 2001 From: Kopyl Anatoly Date: Wed, 11 Dec 2024 19:06:31 +0300 Subject: [PATCH] Add userParam --- src/app.html | 60 +++++++++++++++++++++++++++++----------------------- 1 file changed, 33 insertions(+), 27 deletions(-) diff --git a/src/app.html b/src/app.html index 11a3a0f..ea831d1 100644 --- a/src/app.html +++ b/src/app.html @@ -1,32 +1,38 @@ - - - - - %sveltekit.head% - - - - - - -
%sveltekit.body%
- - + ym(88895893, "init", { + clickmap: true, + trackLinks: true, + accurateTrackBounce: true, + webvisor: true, + userParams: { + university_test_group: Math.random() > .5 ? 'a' : 'b' + } + }); + + + + + + +
%sveltekit.body%
+ + + \ No newline at end of file