Js check: Difference between revisions

From Wiki Kaminari Click
(Marked this version for translation)
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
Интеграция предназначена для проверки трафика на лендингах, web-страницах. Когда пользователь заходит на страницу наш скрипт собирает данные и отправляет к нам на сервер. На сервере данные анализируются и пишутся в базу данных. Вы можете смотреть накопленные данные в статистике.
<languages/>


Если вы хотите что-то делать с ботовым трафиком сразу после проверки, то есть возможность сделать это через настройки.
<translate>
<!--T:1-->
Integration is designed to test traffic on landing pages and web pages. When a user visits a page, our script collects data and sends it to our server. On the server, the data is analyzed and written to a database. You can view the accumulated data in the statistics.


= Общие настройки =
<!--T:6-->
Общая информация по настройке интеграции находится здесь: [[General settings]]
If you want to do something with bot traffic immediately after checking, there is an option to do this through the settings.


= Traffic-back URL =
<!--T:2-->
Если вы хотите, чтобы фродовый трафик автоматически перенаправлялся на какую-то страницу, укажите её URL в поле Traffic-back URL
= General settings =
General information on setting up integration can be found here: [[General settings]].


[[File:Js check 7.png]]
<!--T:3-->
= Embed code =
After filling out the form, a generated script code will appear at the bottom of the page, which you can copy with the ''Copy'' button and paste into the <code><body></code> tag on your page.


= kmnr.onResponse =
<!--T:4-->
Если вы хотите сами обрабатывать фродовые показы, и, например, в зависимости от источника трафика редиректить их на разные URL, можете добавить в ''window.kmnr'' поле ''window.kmnr.onResponse''. Это функция, которая принимает на вход объект ''{ fraud }'', где ''fraud'' может иметь значение '''0''' (хороший показ) или '''1''' (ботовый показ).
'''Under no circumstances should you change the kmnrKey field, as it contains the unique ID of your integration. If it is different from the saved one, clicks will not be recorded in the database.'''
 
[[File:Js check 11.png]]
 
Обратите внимание, что если вы укажете и ''kmnr.onResponse'' и ''Traffic-back URL'', то поскольку ''kmnr.onResponse'' обладает большим приоритетом, ''Traffic-back URL'' будет игнорироваться.
 
= Код для вставки =
После заполнения формы, внизу страницы появится сгенерированный код скрипта или ссылки, который вы можете скопировать кнопкой ''Copy'' и разместить у себя на странице в теге ''body''.
 
'''Ни в коем случае не меняйтся поле kmnrKey, в нём указан уникальный ID вашей интеграции. Если он будет отличаться от сохранённого, клики не будут писаться в базу.'''


<!--T:5-->
[[File:Js check 13.png]]
[[File:Js check 13.png]]
</translate>

Latest revision as of 07:50, 19 September 2023

Other languages:

Integration is designed to test traffic on landing pages and web pages. When a user visits a page, our script collects data and sends it to our server. On the server, the data is analyzed and written to a database. You can view the accumulated data in the statistics.

If you want to do something with bot traffic immediately after checking, there is an option to do this through the settings.

General settings

General information on setting up integration can be found here: General settings.

Embed code

After filling out the form, a generated script code will appear at the bottom of the page, which you can copy with the Copy button and paste into the <body> tag on your page.

Under no circumstances should you change the kmnrKey field, as it contains the unique ID of your integration. If it is different from the saved one, clicks will not be recorded in the database.

Js check 13.png