Translations:Download clickworker/10/en: Difference between revisions
(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, | | 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 || | | 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
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). |