Do you often search for a subset of users to analyze? With Export as CSV you can download these user details from Fullstory in one click. Once you have the list, you'll be able to further analyze a group of users.
What
Export as CSV allows you to download the list of users from your Segment as a CSV (comma-separated values) file, which can then be imported into spreadsheet applications, email services, and more. The list will be limited to the most recent 10,000 users (e.g. 10,000 rows) matching your search.
How
While viewing a Segment, you'll see an option to export the results just above the session playlist, just click Export as CSV:
Interested in getting more out of your exported data? Check out segment export, available with Advanced and Enterprise plans, as well as Anywhere: Warehouse, which provides an always-on connection to your data warehouse.
Export Contents
| Created | The time and date the User was created expressed in UTC |
Unique User ID (uid)
|
If using the Identify Users API, user's unique ID (uid) will be listed |
| Name | The name of the User as it is displayed by Fullstory |
| The email address of the User | |
| LastPage | The last page the User visited |
| NumSessions | The total number of sessions captured all time by the User *This is not the total number of sessions based on the exported Segments time filter. |
| LastSessionTime | The time and date of the User's last session expressed in UTC |
| LastSessionSec | The length of the User's last session |
| LastSessionActiveSec | The total active time for the User's most recent session |
| LastSessionNumPages | The number of pages visited in the User's last session |
| LastSessionNumEvents | The number of events captured in the User's last session |
| LastBrowser | The browser used in the User's last session |
| LastDevice | The device used in the User's last session |
| LastOperatingSystem | The operation system used in the User's last session |
| TotalSec | The total length of time of the User's sessions |
| TotalActiveSec | The total amount of active time for the User |
| AvgSessionSec | The average length of time of the User's sessions |
| AvgSessionActiveSec | The average session active time for the User |
| NumEvents | The total number of events for the User's sessions |
| LastMatchingIP | The IP address for the User's most recent session |
| LastMatchingLatLong | The latitude and longitude for the User's most recent session |
| LastMatchingSessionLink | The User's most recent session link |
| {{customUserVars}} | If applicable, your custom user variables will be added |
Note: The fields above reflect lifetime totals for each user, not totals based on the exported segment's time filter. For example, NumSessions represents all sessions ever captured for that user, not just sessions within the segment.
Custom user variables
The CSV export also includes any custom variables you have defined. They will be named exactly as they are defined in the call to FS.setUserVars, meaning they will typically have type suffixes (e.g. myValue_str, myValue_int, etc).
Frequently Asked Questions
Why can't I see City / State / Country information in the export?
Location details shown in Fullstory are provided via a geolocation service called DB IP.
Fullstory provides an estimated Latitude and Longitude for each user's session. You can find these values in the LastMatchingLatLong column of the export. If IP addresses are not being discarded for your account, you may also see LastMatchingIP included.
From the CSV, you can combine this data with a geolocation library or service to determine a user's country, city, or state.