The install feature allows Little Software Stats to keep track of how many times your software was uninstalled. In order for an uninstall to be tracked, there must be a start (strApp) and stop (stApp) event sent as well. The information that is collected with the uninstall feature is the application ID and version.

Parameter Meaning Type Notes
tp Event Type String ust
ss Session ID String See Additional Parameters
ts Timestamp Integer See Additional Parameters
aid Application ID String
aver Application Version String
fl Flow Integer See Additional Parameters

XML Example:

<Event>
<tp>ust</tp>
<ts>1358748986</ts>
<ss>3FAB840C61C6E2B07E369F38D287CDE5</ss>
<aid>463f37d98c8219a9906b6d579311fb07</aid>
<aver>1.0</aver>
</Event>

Comments