Target URL: Difference between revisions

From Wiki Kaminari Click
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<languages/>
<languages/>
<translate>
<translate>
После того, как наш скрипт соберёт все данные о пользователе, он перенаправляет пользователя на целевую ссылку, указанную в параметре <code>u</code>.
<!--T:1-->
After our script collects all user data, it redirects the user to the target link specified in the <code>u</code> parameter.  


Если у вас всего одна целевая ссылка и вы не хотите пробрасываться её в GET-запрос, мы можем хранить её в БД и автоматически перенаправлять пользователя после проверки.
<!--T:2-->
If you have only one target link and do not want to expose it in the GET request, we can store it in the database and automatically redirect the user after verification.


'''Обратите внимание, опция доступна только в интеграциях типа ''Redirect''.'''
<!--T:3-->
'''Please note that this option is only available in integrations with ''Redirect'' type.'''


= Подключение опции =
<!--T:4-->
Закажите у менеджера включение опции '''Target URL''' на своей интеграции. После того как её включат, укажите в настройках свой URL.
= Option activation =
Request the activation of the '''Target URL''' option from your manager for your integration. Once enabled, specify your URL in the settings


<!--T:5-->
[[File:Target url.png]]
[[File:Target url.png]]


<!--T:6-->
[[Category:Features]]
[[Category:Features]]
</translate>
</translate>

Latest revision as of 15:49, 30 November 2023

Other languages:

After our script collects all user data, it redirects the user to the target link specified in the u parameter.

If you have only one target link and do not want to expose it in the GET request, we can store it in the database and automatically redirect the user after verification.

Please note that this option is only available in integrations with Redirect type.

Option activation

Request the activation of the Target URL option from your manager for your integration. Once enabled, specify your URL in the settings

Target url.png