The custom data feature allows you to collect data that is more specific to the user. This can include information such as email addresses, usernames (see Privacy Information for recommendations on storing personal information) or computer specifications that aren’t already stored by Little Software Stats (ie: motherboard model, uptime, etc). The custom data featured is also used to store license information, therefore “License” is reserved when using the name (nm) parameter (see Licenses for more information).

Parameter Meaning Type Notes
tp Event Type String ctD
ss Session ID String See Additional Parameters
ts Timestamp Integer See Additional Parameters
nm Name String
vl Value String
fl Flow Integer See Additional Parameters

XML Example:

<Event>
<tp>ctD</tp>
<ts>1358748986</ts>
<ss>3FAB840C61C6E2B07E369F38D287CDE5</ss>
<nm>Computer Brand</nm>
<vl>Toshiba</vl>
</Event>

Comments