Js check: Difference between revisions

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


[[Js check en|English version]]
<translate>
<translate>
<!--T:1-->
<!--T:1-->
Интеграция предназначена для проверки трафика на лендингах, web-страницах. Когда пользователь заходит на страницу наш скрипт собирает данные и отправляет к нам на сервер. На сервере данные анализируются и пишутся в базу данных. Вы можете смотреть накопленные данные в статистике.  
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-->
If you want to do something with bot traffic immediately after checking, there is an option to do this through the settings.


<!--T:2-->
<!--T:2-->
= Общие настройки =
= General settings =
Общая информация по настройке интеграции находится здесь: [[General settings]]
General information on setting up integration can be found here: [[General settings]].


<!--T:3-->
<!--T:3-->
= Код для вставки =
= Embed code =
После заполнения формы, внизу страницы появится сгенерированный код скрипта, который вы можете скопировать кнопкой ''Copy'' и разместить у себя на странице в теге <code><body></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-->
<!--T:4-->
'''Ни в коем случае не меняйтся поле kmnrKey, в нём указан уникальный ID вашей интеграции. Если он будет отличаться от сохранённого, клики не будут писаться в базу.'''
'''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-->
<!--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