Generated Action Properties

These are the Built in Fields or Properties of Actions. This data is associated with an Action.

Field KeyField NameField Description
~mAction TimeTimestamp In Unix converted to milliseconds.
~pAppTracking app/SDK name. Default is js.client.
~sIs secureAction was tracked over Https or SSL.
~uAction DurationDuration in seconds when applicable (Woopra automatically generates duration for page views)
~zAction Typecould be passive(value is 1) or generated(value is 2) or default (undefined)
~yAction IDUniversal unique action identifier.
~iIs the first action in sessionValue is 1 if this is the first action in this session. Not set/ Undefined otherwise.
~oIs the last action in sessionValue is 1 if this is the last action in this session. Not set / Undefined otherwise.
~dSubdomainSubdomain of the event url - Automatically generated for page views.
Scroll DepthThe percentage of the page that the user has viewed.

Action Types Defined

1232

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.