When an action is performed that has a value associated with it then it is considered an event value. The event value uses a category, name and a value as parameters. The event is split into categories and names that display occurrences of the value.

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

XML Example:

<Event>
<tp>evV</tp>
<ts>1358748847</ts>
<ss>3FAB840C61C6E2B07E369F38D287CDE5</ss>
<ca>Actions</ca>
<nm>Files</nm>
<vl>Delete</vl>
</Event>

Comments