Translations:Download clickworker/10/en: Difference between revisions

From Wiki Kaminari Click
(Importing a new version from external source)
 
(Importing a new version from external source)
Line 1: Line 1:
{| class="wikitable"
{| class="wikitable"
|-
|-
! Название !! Описание
! Name !! Description
|-
|-
| kmnrId || kmnrId, сгенерированный при отстуке на {{KamiLink|v2/ping}}. Нужен для склеивания кликов если у вас подключена опция '''[[S2S ping]]'''.
| kmnrId || kmnrId, generated during the ping at {{KamiLink|v2/ping}}. Needed for linking clicks if the '''[[S2S ping]]''' option is enabled.
|-
|-
| kmnrKey || Идентификатор интеграции, в рамках которой анализируется показ.
| kmnrKey || Integration identifier under which the impression is analyzed.
|-
|-
| sub1 || Заполенные суб-метки. Если какие-то метки вы не используете, их слать не обязательно.
| sub1 || Filled sub-tags. If you are not using certain tags, it is not mandatory to send them.
|-
|-
| sub2 || ...
| sub2 || ...
Line 27: Line 27:
| sub10 || ...
| sub10 || ...
|-
|-
| u || целевая ссылка, на которую пользователь будет отправлен после проверки. Должна быть в URL-безопасном виде (например, обработана JS-методом [https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/encodeURIComponent encodeURIComponent]).
| u || The target link to which the user will be directed after verification. It should be in a URL-safe format (for example, processed with the JavaScript method [https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/encodeURIComponent encodeURIComponent]).
|}
|}

Revision as of 15:25, 30 November 2023

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Download clickworker)
== Templates description ==
{| class="wikitable"
|-
! Name !! Description !! Note
|-
| kmnrId || kmnrId, generated during the ping at {{KamiLink|v2/ping}}. Needed for linking clicks if the '''[[S2S ping]]''' option is enabled. || Required if the option [[S2S ping]] is enabled
|-
| kmnrKey || Integration identifier under which the impression is analyzed. || Required parameter
|-
| sub1 || Filled sub-tags. If you are not using certain tags, it is not mandatory to send them. || -
|-
| sub2 || ... || -
|-
| sub3 || ... || -
|-
| sub4 || ... || -
|-
| sub5 || ... || -
|-
| sub6 || ... || -
|-
| sub7 || ... || -
|-
| sub8 || ... || Available if the option [[Additional subs]] is enabled
|-
| sub9 || ... || Available if the option [[Additional subs]] is enabled
|-
| sub10 || ... || Available if the option [[Additional subs]] is enabled
|-
| u || The target link to which the user will be directed after verification. It should be in a URL-safe format (for example, processed with the JavaScript method [https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/encodeURIComponent encodeURIComponent]). || Required parameter if the option [[Target URL|Target URL]] is not enabled
|}
Name Description
kmnrId kmnrId, generated during the ping at https://kaminari.systems/v2/ping. Needed for linking clicks if the S2S ping option is enabled.
kmnrKey Integration identifier under which the impression is analyzed.
sub1 Filled sub-tags. If you are not using certain tags, it is not mandatory to send them.
sub2 ...
sub3 ...
sub4 ...
sub5 ...
sub6 ...
sub7 ...
sub8 ...
sub9 ...
sub10 ...
u The target link to which the user will be directed after verification. It should be in a URL-safe format (for example, processed with the JavaScript method encodeURIComponent).