Analytics
Exporting scans
Download the scans behind any view as a CSV, or pull them through the API.
Export CSV in the Analytics toolbar downloads the scans of the current filters and date range. The file is named after the code (or all) and the day, and has these columns:
timestamp, code, name, country, region, city, device, os, browser,
language, timezone, destination, matched_rule, referrerAn export holds up to 10,000 rows. For larger volumes, or to keep a system in sync, page through GET /scans in the API, which returns the same fields with a cursor.