The install feature allows Little Software Stats to keep track of how many times your software was installed. The install feature is important for developers that want to keep track of people that install and execute their software (bounce rate). In order for an install to be tracked, there must be a start (strApp) and stop (stApp) event sent as well. The information that is collected with the install feature is the application ID and version.
Parameter | Meaning | Type | Notes |
---|---|---|---|
tp | Event Type | String | ist |
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>ist</tp>
<ts>1358748986</ts>
<ss>3FAB840C61C6E2B07E369F38D287CDE5</ss>
<aid>463f37d98c8219a9906b6d579311fb07</aid>
<aver>1.0</aver>
</Event>
<tp>ist</tp>
<ts>1358748986</ts>
<ss>3FAB840C61C6E2B07E369F38D287CDE5</ss>
<aid>463f37d98c8219a9906b6d579311fb07</aid>
<aver>1.0</aver>
</Event>