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:
== Templates description ==
{| class="wikitable"
{| class="wikitable"
|-
|-
! Name !! Description
! Name !! Description !! Note
|-
|-
| kmnrId || kmnrId, generated during the ping at {{KamiLink|v2/ping}}. Needed for linking clicks if the '''[[S2S ping]]''' option is enabled.
| 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.
| 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.
| 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 || 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]).
| 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

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
|}

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