When an action is performed in your software then it is considered an event. Unlike event value and event period, this only has a category and name passed with it. The event is split into categories that display occurrences of the name.

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

XML Example:

<Event>
<tp>ev</tp>
<ts>1358748847</ts>
<ss>3FAB840C61C6E2B07E369F38D287CDE5</ss>
<ca>Buttons</ca>
<nm>Ok</nm>
</Event>

Comments