Can I export my tracked data?

All premium users can export their data to CSV (comma-separated values) files. There are two types of data that you can track and export:

Export tracked data

Both data types can be exported separately. To export, go to the mail tracking page you want to pull data from. On the top-right, you will see a settings menu (the three-dot icon). When you click this, a dropdown menu will show up. Here you will see the options: "Export pixel data" and "Export url data".

When you press these buttons, your CSV-file will be generated and downloaded. This process may take a few moments depending on the volume of data.

Export Format: Pixel Data

Your tracking pixel export contains four main columns: UTC DATE, IP-ADDRESS, USER-AGENT, and CUSTOM DATA.

UTC DATE IP-ADDRESS USER-AGENT CUSTOM DATA
2021-01-14 13:59:12 192.168.1.1 Mozilla/5.0... UID_12
2021-01-15 14:25:36 10.0.0.5 Mozilla/5.0... UID_98

Export Format: URL Data

The CSV-export files for your tracked URLs contain one additional column: URL. This is the destination URL the click originated from.

UTC DATE URL IP-ADDRESS USER-AGENT CUSTOM DATA
2021-01-14 13:59:12 https://site.com 192.168.1.1 Mozilla/5.0... UID_12
Related Guides