Js check: Difference between revisions

From Wiki Kaminari Click
No edit summary
(Marked this version for translation)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
<languages></languages>
<languages/>


[[Js check en|English version]]
<translate>
<translate>
Интеграция предназначена для проверки трафика на лендингах, web-страницах. Когда пользователь заходит на страницу наш скрипт собирает данные и отправляет к нам на сервер. На сервере данные анализируются и пишутся в базу данных. Вы можете смотреть накопленные данные в статистике.  
<!--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.


= Код для вставки =
<!--T:2-->
После заполнения формы, внизу страницы появится сгенерированный код скрипта, который вы можете скопировать кнопкой ''Copy'' и разместить у себя на странице в теге <code><body></code>.
= General settings =
General information on setting up integration can be found here: [[General settings]].


'''Ни в коем случае не меняйтся поле kmnrKey, в нём указан уникальный ID вашей интеграции. Если он будет отличаться от сохранённого, клики не будут писаться в базу.'''
<!--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.


<!--T:4-->
'''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.'''
<!--T:5-->
[[File:Js check 13.png]]
[[File:Js check 13.png]]
</translate>
</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