Target URL: Difference between revisions

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


<!--T:2-->
<!--T:2-->
Если у вас всего одна целевая ссылка и вы не хотите пробрасываться её в GET-запрос, мы можем хранить её в БД и автоматически перенаправлять пользователя после проверки.
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.


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


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


<!--T:5-->
<!--T:5-->

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