Page tree

The bulk data export API delivers a single ZIP file containing data in CSV format for specific record types (sessions, pages, objects or errors). To get export, you submit an HTTPS GET request with parameters that specify the timeframe of the desired records.

The system organizes and packages data on a five-minute basis. For example, there are individual records for the periods 12:00 to 12:05, 12:05 to 12:10, 12:10 to 12:15, and so on. Only complete packages (sometimes known as buckets) are available for export, and the current five-minute package cannot be exported. for example, if you send a request for data at 12:03, the first record you receive will be between 12:05 to 12:10.

The following topics provide information and instructions about working with bulk data export API:

Where to go from here

Enabling bulk data export APIs