Generated Action Properties
These are the Built in Fields or Properties of Actions. This data is associated with an Action.
Field Key | Field Name | Field Description |
---|---|---|
~m | Action Time | Timestamp In Unix converted to milliseconds. |
~p | App | Tracking app/SDK name. Default is js.client. |
~s | Is secure | Action was tracked over Https or SSL. |
~u | Action Duration | Duration in seconds when applicable (Woopra automatically generates duration for page views) |
~z | Action Type | could be passive(value is 1) or generated(value is 2) or default (undefined) |
~y | Action ID | Universal unique action identifier. |
~i | Is the first action in session | Value is 1 if this is the first action in this session. Not set/ Undefined otherwise. |
~o | Is the last action in session | Value is 1 if this is the last action in this session. Not set / Undefined otherwise. |
~d | Subdomain | Subdomain of the event url - Automatically generated for page views. |
Scroll Depth | The percentage of the page that the user has viewed. |
Action Types Defined

You may want to include or exclude certain Action Types.
- Generated Action Types: These are system actions such as property updates, label join, label leave. These events are automatically flagged as "Generated."
- Passive Action Types: Developers can choose to flag actions as "Passive." These are typically serverside actions or background events that are tracked on the user's behalf.
- Default Action Types: Anything not "Generate" or marked as "Passive" will be Default Action Types. These include pageviews, download, outgoing.
Updated about 1 year ago