The license feature uses the same parameters as custom data does. The event type is also the same (which is “ctD”). If you would like to send license information, then specify “License” as the name (nm) parameter. The value (vl) parameter can be one of the following codes:

Code Meaning
F Free
T Trial
D Demo
R Registered
C Cracked

XML Example:

<Event>
<tp>ctD</tp>
<ts>1358748986</ts>
<ss>3FAB840C61C6E2B07E369F38D287CDE5</ss>
<nm>License</nm>
<vl>R</vl>
</Event>

Comments