Types of Tracked Data

Woopra will track Action, Visit, and User data.

Action Data

An action is any tracked event such as Custom Actions that you're tracking. With the standard snippet, out of the box, we track pageview, scroll depth, button clicks, and download events. These are considered actions. You can customize your tracking to record other important actions that you wish to track on your site. These can be things like clicking a button, signing up for a subscription, making a payment, etc.

You can track Custom Actions using the woopra.track() function.

2436

Example of a 'Played Song' action in a user's profile.

User Data

User data is any information about the person that's visiting your site or app and requires customized tracking that your developer will need to implement. Visitor data are things like name, email, company, phone number, etc.

You can send User Data to Woopra using the woopra.identify() function.

2436

Example of User Data in a user's profile.

Visit Data

Visit data is automatically tracked at the start of a session and with events. This data includes Generated Data Fields like browser type, operating system, timestamp, ip address, location, screen resolution, etc.

2289

Example of Visit Data in a user's profile.

Also see our section on Trend Reports for how we count People, Visits, and Actions.