Conversion tracking
By every click on any link in an email, system send cookies, which uniterm this click. In case, when is needed to know the number of users, which did any other action on another pages, is required put on this pages following tag:
<img src="http://track.mailkit.eu/track.fcgi/action,conversion/dc,$DC/code,$MD5/label,$LABEL">
$DC user ID $MD5 md5 hash $LABEL label of the conversion
$DC and $MD5 you can find in Mailkit - Profil - section Integration - API settings.
Example: For user with ID 69600012 and MD5 62577c4d7b2ddc2391c0eca05f60f and label 'registration' looks tag:
<img src="http://track.mailkit.eu/track.fcgi/action,conversion/dc,69600012/code,62577c4d7b2ddc2391c0eca05f60f/label,registrace">