General settings: Difference between revisions

From Wiki Kaminari Click
(Marked this version for translation)
No edit summary
Line 1: Line 1:
<languages/>
<languages/>
<translate>
<translate>
= Создание интеграции = <!--T:1-->
= Create an integration =


<!--T:2-->
To create an integration, select '''Get JS check''', '''Get meta redirect''', or '''Get meta redirect S2S''' option on the [https://kaminari.click/integration Integration] page.
Для того, чтобы создать интеграцию выберите пункт '''Get JS check''', '''Get meta redirect''' на странице [https://kaminari.click/integration Integration].


<!--T:3-->
[[File:Settings 5.png]]
[[File:Settings 5.png]]


<!--T:4-->
<br>
<br>
Вы попадёте на страницу создания интеграции. Вам надо будет заполнить поле с названием интеграции (оно является обязательным), и выбрать статус интеграции (если вы хотите сразу же запустить её, выберите ''Active'', если вам ещё надо время, выберите ''Stopped'').
You will be redirected to the integration creation page. You will need to fill in the required integration name field and select the integration status (choose ''Active'' if you want to launch it immediately or ''Stopped'' if you need more time).


<!--T:5-->
[[File:Settings 4.png]]
[[File:Settings 4.png]]


<!--T:6-->
<br>
<br>
= Sub-tags =


<!--T:7-->
If desired, you can tag incoming traffic with tags. Depending on the type of integration, you will have access to either 7 or 10 sub-tags, each of which will be displayed as a separate column in the statistics.
= Sub-метки =
При желании вы можете размечать входящий трафик метками. В зависимости от типа интеграции вам доступно 7 или 10 суб-меток, каждая из них будет отображаться в статистике отдельной колонкой.


<!--T:8-->
The ''encode'' button makes the tag safe for URLs.
Кнопка ''encode'' делает метку безопасной для URL.


<!--T:9-->
You can fill in the sub-tag fields here in the form, and they will be stored in the database. If you need to make any adjustments, they will always be at your fingertips. Alternatively, you can leave the fields blank.
Вы можете заполнить поля суб-меток прямо тут, в форме, тогда они будут храниться в базе и если вам надо будет что-то поправить, они всегда будут под рукой. Или вы можете оставить поля пустыми.


<!--T:10-->
<br>
<br>
==== Примеры заполнения меток ====
==== Examples of tag filling ====
Например, если ваш лендинг написан на PHP и параметры для меток приходят в URL, можно доставать их прямо оттуда:
For example, if your landing page is written in PHP and the parameters for the tags come in the URL, you can extract them directly from there:


<!--T:11-->
[[File:Js check 12.png]]
[[File:Js check 12.png]]


<!--T:12-->
<br>
<br>
Или если вы используете шаблонизатор типа mustache или jinja, то поля могут выглядеть как-то так:
Or if you're using a template engine like Mustache or Jinja, the fields may look something like this:


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


<!--T:14-->
<br>
<br>
= Код для вставки =
= Embed code =
После заполнения формы, внизу страницы появится сгенерированный код скрипта или ссылки, который вы можете скопировать кнопкой ''Copy'' и разместить у себя на странице в теге <code><body></code>.
After filling out the form, a generated script or link code will appear at the bottom of the page, which you can copy using the ''Copy'' button and place on your page in the <code><body></code> tag.


<!--T:15-->
'''Under no circumstances should you change the kmnrKey field, which specifies the unique ID of your integration. If it differs from the saved one, clicks will not be recorded in the database.'''
'''Ни в коем случае не меняйтся поле kmnrKey, в нём указан уникальный ID вашей интеграции. Если он будет отличаться от сохранённого, клики не будут писаться в базу.'''


<!--T:16-->
[[File:Js check 13.png]]
[[File:Js check 13.png]]


<!--T:17-->
<br>
<br>
или так:
or like this:


<!--T:18-->
[[File:Js check 6.png]]
[[File:Js check 6.png]]


<!--T:19-->
<br>
<br>


<!--T:20-->
= Integration stop =
= Остановка интеграции =
If you want to stop the integration, change its status to ''Stopped''. New statistics will stop being recorded, but you will still be able to edit the settings, view the accumulated statistics, and start the integration again.
Если вы захотите остановить интеграцию, измените её статус на ''Stopped''. Новая статистика перестанет писаться, но вы по прежнему сможете править настройки, смотреть накопленную статистику, запускать интеграцию.


<!--T:21-->
[[File:Settings 3.png]]
[[File:Settings 3.png]]


<!--T:22-->
<br>
<br>
= Изменение или удаление интеграции =
= Modifying or deleting an integration =
Если вы захотите изменить или удалить интеграцию, нажмите на кнопку ''Edit'' или ''Delete'' в списке.  
If you want to modify or delete an integration, click on the ''Edit'' or ''Delete'' button in the list.  
'''Обратите внимание: после удаления интеграция и статистика по ней станут недоступны.'''
'''Note that after deletion, the integration and its statistics will become unavailable.'''


<!--T:23-->
[[File:Settings 2.png]]
[[File:Settings 2.png]]
</translate>
</translate>

Revision as of 01:40, 19 September 2023

Other languages:

Create an integration

To create an integration, select Get JS check, Get meta redirect, or Get meta redirect S2S option on the Integration page.

Settings 5.png


You will be redirected to the integration creation page. You will need to fill in the required integration name field and select the integration status (choose Active if you want to launch it immediately or Stopped if you need more time).

Settings 4.png


Sub-tags

If desired, you can tag incoming traffic with tags. Depending on the type of integration, you will have access to either 7 or 10 sub-tags, each of which will be displayed as a separate column in the statistics.

The encode button makes the tag safe for URLs.

You can fill in the sub-tag fields here in the form, and they will be stored in the database. If you need to make any adjustments, they will always be at your fingertips. Alternatively, you can leave the fields blank.


Examples of tag filling

For example, if your landing page is written in PHP and the parameters for the tags come in the URL, you can extract them directly from there:

Js check 12.png


Or if you're using a template engine like Mustache or Jinja, the fields may look something like this:

Js check 5.png


Embed code

After filling out the form, a generated script or link code will appear at the bottom of the page, which you can copy using the Copy button and place on your page in the <body> tag.

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

Js check 13.png


or like this:

Js check 6.png


Integration stop

If you want to stop the integration, change its status to Stopped. New statistics will stop being recorded, but you will still be able to edit the settings, view the accumulated statistics, and start the integration again.

Settings 3.png


Modifying or deleting an integration

If you want to modify or delete an integration, click on the Edit or Delete button in the list. Note that after deletion, the integration and its statistics will become unavailable.

Settings 2.png