Meta redirect: Difference between revisions

From Wiki Kaminari Click
(Created page with "Интеграция предназначена для тех, кто не хочет или не может размещать код на сайте. Вы переправляете пользователя к нам на специальную страницу, мы собираем данные и отправляем на сервер, а пользователя редиректим на целевую страницу. Вы можете анализировать...")
 
(Marked this version for translation)
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
Интеграция предназначена для тех, кто не хочет или не может размещать код на сайте. Вы переправляете пользователя к нам на специальную страницу, мы собираем данные и отправляем на сервер, а пользователя редиректим на целевую страницу. Вы можете анализировать собранные данные в статистике. Минусы подхода — возможные потери на редиректе.
<languages/>
<translate>
<!--T:13-->
Integration is designed for those interested in click analysis. You wrap your target URL with our link and place it on a page in an ''<a>'' tag or give it to someone. The user clicks on the link and is directed to our special page where we collect and analyze data, and redirect the user to the target page. You can view the collected data in the statistics. The downside of the approach is possible losses from the redirect.


=== Шаг 1 ===
<!--T:14-->
Для того, чтобы создать интеграцию с типом ''Meta redirect'' выберите пункт '''Get meta redirect''' на странице [https://kaminari.click/integration Интеграции].
= General settings =
General information on setting up integration can be found here: [[General settings en|General settings]]


[[File:Meta redirect 1.png]]
<!--T:15-->
= Click URL and link text =
If you have a constant target link or it is passed in some parameter, you can specify it in the integration settings. You can also specify the text of the click link.


=== Шаг 2 ===
<!--T:16-->
Вы попадёте на страницу создания интеграции. Там надо будет заполнить поля с названием интеграции и выбрать её статус.
If you insert a link, be sure to click the Encode button to make it safe for the URL.


[[File:Meta redirect 2.png]]
<!--T:17-->
[[File:Meta redirect 6.png]]


=== Sub-метки ===
<!--T:18-->
При желании вы можете разметить кампанию метками. Доступно до 7 суб-меток, они будут писаться в отдельные поля базы данных. Кнопка encode делает метку безопасной для URL. Вы можете заполнить их прямо тут, в форме, тогда они будут храниться в базе и если вам надо будет что-то поправить, они всегда будут под рукой. Или вы можете оставить поля пустыми.
If you specify an external parameter, you don't need to press the Encode button.


==== Примеры заполнения меток ====
<!--T:19-->
Если ваш лендинг написан на PHP и параметры для меток приходят в URL, можно доставать их прямо оттуда:
[[File:Meta redirect 8.png]]


[[File:Js check 12.png]]
<!--T:20-->
Another option.


Или если вы используете какой-то шаблонизатор, типа mustache или jinja, то поля будут выглядеть как-то так:
<!--T:21-->
[[File:Meta redirect 7.png]]


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


=== Target URL и текст ссылки ===
<!--T:23-->
Если у вас постоянная целевая ссылка, или она передаётся в каком-то параметре, можете указать её в настройках интеграции. Также можете указать текст кликовой ссылки.
'''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.'''
 
Если вы вставляете ссылку, обязательно нажмите кнопку Encode, чтобы она стала безопасной для URL.


<!--T:24-->
[[File:Meta redirect 6.png]]
[[File:Meta redirect 6.png]]
 
</translate>
Если указываете внешний параметр, кнопку Encode нажимать не надо.
 
[[File:Meta redirect 8.png]]
 
Другой вариант.
 
[[File:Meta redirect 7.png]]

Latest revision as of 01:47, 19 September 2023

Other languages:

Integration is designed for those interested in click analysis. You wrap your target URL with our link and place it on a page in an <a> tag or give it to someone. The user clicks on the link and is directed to our special page where we collect and analyze data, and redirect the user to the target page. You can view the collected data in the statistics. The downside of the approach is possible losses from the redirect.

General settings

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

Click URL and link text

If you have a constant target link or it is passed in some parameter, you can specify it in the integration settings. You can also specify the text of the click link.

If you insert a link, be sure to click the Encode button to make it safe for the URL.

Meta redirect 6.png

If you specify an external parameter, you don't need to press the Encode button.

Meta redirect 8.png

Another option.

Meta redirect 7.png

Embed code

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

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.

Meta redirect 6.png