Files & Formats
Each daily folder contains the following CSV files:
| File | Description |
|---|---|
| campaigns.csv | Campaign metadata and delivery statistics |
| campaign_skus.csv | Products (SKUs/GTINs) marketed in each campaign |
| campaign_customers.csv | Customers who were sent campaigns |
| campaign_opt_outs.csv | Opt-out statistics per campaign |
| campaign_links.csv | Link tracking and click statistics per campaign |
All files:
- Are in standard CSV format with a header row
- Use commas (
,) as the field delimiter - String fields will be quoted when necessary
nullvalues will be blank, i.e. represented as,,in the CSV export- Are UTF-8 encoded
- Will be present even if there is no data for the day (the file will contain only the header row)
Relationship Between Files
Date Formats
All dates will be formatted using the ISO 8601 format YYYY-MM-DDTHH:mm:ss.sssZ
Example: 2026-02-18T14:30:00.000Z
Updated about 1 month ago
What’s Next
See the files and their schemas by expanding this document in the navigation menu on the left.