Meta redirect: Difference between revisions

From Wiki Kaminari Click
No edit summary
(Marked this version for translation)
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
Интеграция предназначена для тех, кто заинтересован в анализе кликов. Вы оборачиваете целевой URL нашей ссылкой, и размещаете её на странице в теге <a> или отдаёте кому-то. Пользователь проходит по ссылке и попадает к нам на специальную страницу, где мы собираем данные и анализируем их, а пользователя редиректим на целевую страницу. Вы можете просматривать собранные данные в статистике. Минусы подхода — возможные потери на редиректе.
<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 9.png|750px]]
<!--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]]
 
=== Sub-метки ===
При желании вы можете разметить входящий трафик метками. Доступно до 7 суб-меток, каждая из них будет отображаться в статистике. Кнопка encode делает метку безопасной для URL. Вы можете заполнить поля суб-меток прямо тут, в форме, тогда они будут храниться в базе и если вам надо будет что-то поправить, они всегда будут под рукой. Или вы можете оставить поля пустыми.
 
==== Примеры заполнения меток ====
Например, если ваш сайт написан на PHP и параметры для меток приходят в URL, можно доставать их прямо оттуда:
 
[[File:Js check 12.png]]
 
Или если вы используете шаблонизатор типа mustache или jinja, то поля могут выглядеть как-то так:
 
[[File:Js check 5.png]]
 
=== Target URL и текст ссылки ===
Если у вас есть постоянная целевая ссылка, или она передаётся в каком-то параметре, можете указать её в настройках интеграции. Также можете указать текст кликовой ссылки.
 
Если вы вставляете ссылку, обязательно нажмите кнопку Encode, чтобы она стала безопасной для URL.


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


Если указываете внешний параметр, кнопку Encode нажимать не надо.
<!--T:18-->
If you specify an external parameter, you don't need to press the Encode button.


<!--T:19-->
[[File:Meta redirect 8.png]]
[[File:Meta redirect 8.png]]


Другой вариант.
<!--T:20-->
Another option.


<!--T:21-->
[[File:Meta redirect 7.png]]
[[File:Meta redirect 7.png]]


=== Код для вставки ===
<!--T:22-->
Внизу размещён сгенерированный код ссылки, который вы можете скопировать кнопкой Copy и разместить у себя на странице в теге body.
= 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.


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


[[File:Js check 13.png]]
<!--T:24-->
 
[[File:Meta redirect 6.png]]
или так:
</translate>
 
[[File:Js check 6.png]]
 
=== Остановка кампании ===
Если вы захотите остановить кампанию, измените статус интеграции на blocked. Новая статистика по кампании перестанет писаться, но вы по прежнему будете способны править настройки, смотреть накопленную статистику, запускать кампанию снова.
 
[[File:Js check 8.png]]
 
=== Удаление кампании ===
Если вы захотите удалить кампанию, измените статус интеграции на deleted, или нажмите кнопку delete в списке. После удаления интеграция и статистика по ней станут недоступны.
 
[[File:Js check 9.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