User contributions for Admin
4 October 2023
- 14:2914:29, 4 October 2023 diff hist +845 N Behavior Analysis/ru Created page with "'''Обратите внимание, опция доступна только в интеграциях типа ''JS check''.'''"
- 14:2614:26, 4 October 2023 diff hist +396 N Translations:Behavior Analysis/3/ru Created page with "= Подключение опции = Закажите у менеджера включение опции '''Behavior analysis''' на своей интеграции. После того как её включат, вам станут доступны метрики ''Активность на странице'', ''Видимость страницы'', ''Принятие страницы''." current
- 14:2414:24, 4 October 2023 diff hist +130 N Translations:Behavior Analysis/2/ru Created page with "'''Обратите внимание, опция доступна только в интеграциях типа ''JS check''.'''" current
- 14:2414:24, 4 October 2023 diff hist +302 N Translations:Behavior Analysis/1/ru Created page with "Базовая проверка включает в себя анализ браузера и соединения. Если кроме этого вы хотите чтобы мы проверяли поведение пользователя на лендинге, включите эту опцию." current
- 14:2414:24, 4 October 2023 diff hist +39 N Translations:Behavior Analysis/Page display title/ru Created page with "Поведенческий анализ" current
- 14:2314:23, 4 October 2023 diff hist +33 Behavior Analysis Marked this version for translation
- 14:2314:23, 4 October 2023 diff hist +513 N Behavior Analysis Created page with "<languages/> <translate> The basic check includes browser and connection analysis. If you also want us to monitor user behavior on the landing page, please enable this option. '''Please note that this option is only available in ''JS check''-type integrations.''' = Enabling the option = Please contact your manager to enable option '''Behavior analysis''' on your integration. Once the option is enabled, you will have access to metrics ''Page Activity'', ''Page Visibilit..."
19 September 2023
- 09:3409:34, 19 September 2023 diff hist +25 Js check/ru Created page with "Если вы хотите что-то сделать с бот-трафиком сразу после проверки, есть возможность сделать это через настройки." current
- 09:3409:34, 19 September 2023 diff hist +205 N Translations:Js check/6/ru Created page with "Если вы хотите что-то сделать с бот-трафиком сразу после проверки, есть возможность сделать это через настройки." current
- 07:5007:50, 19 September 2023 diff hist +11 Js check Marked this version for translation current
- 07:3907:39, 19 September 2023 diff hist +1 Translations:Metrics and groups/2/ru No edit summary current Tag: Manual revert
- 07:3907:39, 19 September 2023 diff hist −1 Translations:Metrics and groups/2/ru No edit summary Tag: Reverted
- 02:2802:28, 19 September 2023 diff hist +195 Stat API Marked this version for translation
- 02:2702:27, 19 September 2023 diff hist +38 Stat API No edit summary
- 02:2602:26, 19 September 2023 diff hist +66 Traffic back URL Marked this version for translation
- 02:2502:25, 19 September 2023 diff hist +38 Traffic back URL No edit summary
- 02:2502:25, 19 September 2023 diff hist +66 Target URL Marked this version for translation
- 02:2502:25, 19 September 2023 diff hist +38 Target URL No edit summary
- 02:2002:20, 19 September 2023 diff hist −9,506 S2S ping en Redirected page to S2S ping current Tag: New redirect
- 02:2002:20, 19 September 2023 diff hist +8 N Translations:S2S ping/Page display title/ru Created page with "S2S ping" current
- 02:1802:18, 19 September 2023 diff hist +11,194 N S2S ping/ru Created page with "== Добавление kmnrId в скрипт == Сгенерированный <code>kmnrId</code>, а так же <code>kmnrKey</code> и субки затем нужно прокинуть в вызов JS-скрипта на странице." current
- 02:1802:18, 19 September 2023 diff hist +775 N Translations:S2S ping/28/ru Created page with "Ответ: <pre> { errors: { 'X-Forwarded-For': 'recommended to add in request headers', 'X-Real-IP': 'recommended to add in request headers', 'sec-ch-ua-arch': 'recommended to add in request headers', 'sec-ch-ua': 'recommended to add in request headers', 'sec-ch-ua-full-version': 'recommended to add in request headers', 'device-memory': 'recommended to add in request headers', 'sec-ch-ua-mobile': 'recommended to add in request headers',..." current
- 02:1702:17, 19 September 2023 diff hist +110 N Translations:S2S ping/27/ru Created page with "req.on('error', (err) => { console.log("Error: " + err.message); }); req.write(payload); req.end(); </pre>" current
- 02:1702:17, 19 September 2023 diff hist +290 N Translations:S2S ping/26/ru Created page with "res.on('data', (chunk) => { data += chunk; }); res.on('end', () => { try { data = JSON.parse(data); console.log(data); } catch { console.log(data); } }); });" current
- 02:1702:17, 19 September 2023 diff hist +73 N Translations:S2S ping/25/ru Created page with "const req = https .request(options, (res) => { let data = '';" current
- 02:1702:17, 19 September 2023 diff hist +425 N Translations:S2S ping/24/ru Created page with "const options = { host: 'kaminari.click', port: 443, path: '/v1/pingtest', method: 'POST', headers: { 'Content-Type': 'application/json', 'Content-Length': Buffer.byteLength(payload), 'Accept-Language': 'en-US,en;q=0.5', 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/113.0', 'DPR': '2', 'Referer': '""', } };" current
- 02:1702:17, 19 September 2023 diff hist +257 N Translations:S2S ping/23/ru Created page with "const payload = JSON.stringify({ 'kmnrKey': 'XXXXXXXX', 'kmnrId': (Math.random() + 1).toString(36).substring(9), 'sub1': 'test', 'sub2': '1001', 'sub3': '10', 'sub4': '40', 'sub5': '555', 'sub6': '6', 'sub7': '77777', });" current
- 02:1702:17, 19 September 2023 diff hist +72 N Translations:S2S ping/22/ru Created page with "=== Пример на Node.js: === <pre> const https = require('https');" current
- 02:1602:16, 19 September 2023 diff hist +778 N Translations:S2S ping/21/ru Created page with "Response : <pre> 1. Response length: 287 2. Response body: {"errors": { "X-Forwarded-For":"recommended to add in request headers", "X-Real-IP":"recommended to add in request headers", "sec-ch-ua-arch":"recommended to add in request headers", "sec-ch-ua":"recommended to add in request headers", "sec-ch-ua-full-version":"recommended to add in request headers", "device-memory":"recommended to add in request headers", "sec-ch-ua-mobile":"recommend..." current
- 02:1602:16, 19 September 2023 diff hist +140 N Translations:S2S ping/20/ru Created page with "'curl error: ' . curl_error($ch); curl_close($ch); } catch (Exception $e) { echo "Error register User: {$e->getMessage()}"; } </pre>" current
- 02:1602:16, 19 September 2023 diff hist +901 N Translations:S2S ping/19/ru Created page with "curl_setopt( $ch, CURLOPT_POSTFIELDS, $payload ); curl_setopt( $ch, CURLOPT_HTTPHEADER, [ 'Content-Type:application/json', 'Accept-Language:' . $_SERVER['HTTP_ACCEPT_LANGUAGE'], 'User-Agent:' . $_SERVER['HTTP_USER_AGENT'], 'DPR:2', isset($_SERVER['HTTP_REFERER']) ? 'Referer:' . $_SERVER['HTTP_REFERER'] : 'Referer:""', ]); curl_setopt( $ch, CURLOPT_HEADER, true); curl_setopt( $ch, CURLOPT_RETURNTRANSFER, true );..." current
- 02:1602:16, 19 September 2023 diff hist +402 N Translations:S2S ping/18/ru Created page with "=== Пример на PHP: === <pre> $url = 'https://kaminari.systems/v1/pingtest'; try { $ch = curl_init( $url ); $payload = json_encode([ 'kmnrKey' => 'XXXXXXXX', 'kmnrId' => (string)mt_rand(), 'sub1' => 'test', 'sub2' => '1001', 'sub3' => '10', 'sub4' => '40', 'sub5' => '555', 'sub6' => '6', 'sub7' => '77777', ]);" current
- 02:1502:15, 19 September 2023 diff hist +187 N Translations:S2S ping/17/ru Created page with "Для тестирования отправления данных и соответствия их API можно воспользоваться URL https://kaminari.systems/v1/pingtest" current
- 02:1502:15, 19 September 2023 diff hist +28 N Translations:S2S ping/16/ru Created page with "= Тестирование =" current
- 02:1502:15, 19 September 2023 diff hist +355 N Translations:S2S ping/15/ru Created page with "var kmnrSc = document.createElement('script'); var kmnrPrnt = document.getElementsByTagName('head')[0] || document.body; kmnrSc.setAttribute('async', true); kmnrSc.setAttribute('charset', 'utf-8'); kmnrSc.src = '//kaminari.systems/v1/script.js?kmnrKey=' + window.kmnr.kmnrKey; kmnrPrnt && kmnrPrnt.appendChild(kmnrSc); </script> </pre>" current
- 02:1502:15, 19 September 2023 diff hist +277 N Translations:S2S ping/14/ru Created page with "<pre> <script> window.kmnr = { kmnrKey: 'XXXXXXXX', kmnrId: '1125570260', sub1: 'test', sub2: '1001', sub3: '10', sub4: '1385282124113622', sub5: '222', sub6: '555666', sub7: '8833705265931305', };" current
- 02:1402:14, 19 September 2023 diff hist +247 N Translations:S2S ping/13/ru Created page with "== Добавление kmnrId в скрипт == Сгенерированный <code>kmnrId</code>, а так же <code>kmnrKey</code> и субки затем нужно прокинуть в вызов JS-скрипта на странице." current
- 02:1402:14, 19 September 2023 diff hist +360 N Translations:S2S ping/12/ru Created page with "curl_setopt( $ch, CURLOPT_POSTFIELDS, $payload ); curl_setopt( $ch, CURLOPT_HTTPHEADER, [ 'Content-Type:application/json', 'Accept-Language:' . $_SERVER['HTTP_ACCEPT_LANGUAGE'], 'User-Agent:' . $_SERVER['HTTP_USER_AGENT'], isset($_SERVER['HTTP_REFERER']) ? 'Referer:' . $_SERVER['HTTP_REFERER'] : '', ]); curl_exec($ch); curl_close($ch); </pre>" current
- 02:1402:14, 19 September 2023 diff hist +361 N Translations:S2S ping/11/ru Created page with "Пример на PHP: <pre> $url = 'https://kaminari.systems/v2/ping'; $ch = curl_init( $url ); $payload = json_encode([ 'kmnrKey' => 'XXXXXXXX', 'kmnrId' => '1125570260', 'sub1' => 'test', 'sub2' => '1001', 'sub3' => '10', 'sub4' => '1385282124113622', 'sub5' => '222', 'sub6' => '555666', 'sub7' => '8833705265931305', ]);" current
- 02:1402:14, 19 September 2023 diff hist +674 N Translations:S2S ping/10/ru Created page with "Пример curl-запроса: <pre> curl 'https://kaminari.systems/v2/ping' \ -H 'accept: application/json' \ -H 'accept-language: en-US,en;q=0.9' \ -H 'cache-control: no-cache' \ -H 'content-type: text/plain;charset=UTF-8' \ -H 'origin: https://test.com' \ -H 'pragma: no-cache' \ -H 'referer: https://test.com/' \ -H 'user-agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36' --..." current
- 02:1402:14, 19 September 2023 diff hist +814 N Translations:S2S ping/9/ru Created page with "Также в этот запрос должны быть добавлены следующие заголовки, полученные от пользователя: {| class="wikitable" |- ! Название !! Описание |- | user-agent || user agent пользователя |- | referer || страница, с которой пришёл пользователь |- | accept-language || язык интерфейса браузера |- | x-original-ip || реа..." current
- 02:1302:13, 19 September 2023 diff hist +948 N Translations:S2S ping/8/ru Created page with "{| class="wikitable" |- ! Название !! Описание параметра !! Обязательный? |- | kmnrId || Рандомный идентификатор показа. Генерируется на стороне клиента. Это может быть всё, что угодно — UUID, случайное число, случайная текстовая строка. '''Должна слаться в виде строки.''' || да |- | kmnrKey..." current
- 02:1302:13, 19 September 2023 diff hist +34 N Translations:S2S ping/7/ru Created page with "Список параметров:" current
- 02:1302:13, 19 September 2023 diff hist +84 N Translations:S2S ping/6/ru Created page with "Данные должны слаться методом POST в формате JSON." current
- 02:1302:13, 19 September 2023 diff hist +274 N Translations:S2S ping/5/ru Created page with "Запрос может не быть принят с первого раз (в таком случае сервер пришлёт статус 204), мы советуем слать запрос в цикле до получения ответа со статусом 200." current
- 02:1302:13, 19 September 2023 diff hist +255 N Translations:S2S ping/4/ru Created page with "Затем с помощью PHP, Python, NodeJS — в зависимости от того, на чём у вас написан сайт — послать на URL https://kaminari.systems/v2/ping инициализирующую информацию." current
- 02:1202:12, 19 September 2023 diff hist +303 N Translations:S2S ping/3/ru Created page with "== Отправка данных на https://kaminari.systems/v2/ping == Когда пользователь приходит на страницу, необходимо на бэкенде сгенерировать <code>kmnrId</code> — уникальный идентификатор показа." current
- 02:1202:12, 19 September 2023 diff hist +57 N Translations:S2S ping/2/ru Created page with "= Настройка на стороне клиента =" current
- 02:1202:12, 19 September 2023 diff hist +1,554 N Translations:S2S ping/1/ru Created page with "= Общий алгоритм работы = # Пользователь приходит на ваш сайт. Вы генерируете уникальный <code>kmnrId</code> и отстукиваетесь с ним на сервер Kaminari на URL /ping, мы сохраняем данные в кэш. # Затем вы показываете пользователю страницу с нашим JS-скриптом, добавив в вызов скрипта..." current
- 02:1102:11, 19 September 2023 diff hist +327 S2S ping Marked this version for translation