Translations:Download clickworker/10/en: Difference between revisions
(Importing a new version from external source) |
(Importing a new version from external source) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
== Templates description == | |||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
! | ! Name !! Description !! Note | ||
|- | |- | ||
| kmnrId || kmnrId, | | 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 || | | kmnrKey || Integration identifier under which the impression is analyzed. || Required parameter | ||
|- | |- | ||
| sub1 || | | sub1 || Filled sub-tags. If you are not using certain tags, it is not mandatory to send them. || - | ||
|- | |- | ||
| sub2 || ... | | sub2 || ... || - | ||
|- | |- | ||
| sub3 || ... | | sub3 || ... || - | ||
|- | |- | ||
| sub4 || ... | | sub4 || ... || - | ||
|- | |- | ||
| sub5 || ... | | sub5 || ... || - | ||
|- | |- | ||
| sub6 || ... | | sub6 || ... || - | ||
|- | |- | ||
| sub7 || ... | | sub7 || ... || - | ||
|- | |- | ||
| sub8 || ... | | sub8 || ... || Available if the option [[Additional subs]] is enabled | ||
|- | |- | ||
| sub9 || ... | | sub9 || ... || Available if the option [[Additional subs]] is enabled | ||
|- | |- | ||
| sub10 || ... | | sub10 || ... || Available if the option [[Additional subs]] is enabled | ||
|- | |- | ||
| u || | | 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 | ||
|} | |} |
Latest revision as of 16:39, 19 April 2024
Templates description
Name | Description | Note |
---|---|---|
kmnrId | kmnrId, generated during the ping at https://kaminari.systems/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 encodeURIComponent). | Required parameter if the option Target URL is not enabled |