CampaignCsvFileDto
CSV file listing the campaign's targeting, if uploaded
filenamestring
Original filename of the uploaded CSV
Example:
spring-targets.csvurlstring
URL where the stored CSV can be downloaded
Example:
https://cdn.example.com/campaigns/7Hb2Kp9QvL3mNx0R8tZ4/targets.csvsizeint64
Size of the CSV file in bytes
Example:
2048uploaded_atstring
Timestamp when the CSV was uploaded (ISO-8601)
Example:
2026-01-15T09:30:00ZCampaignCsvFileDto
{
"filename": "spring-targets.csv",
"url": "https://cdn.example.com/campaigns/7Hb2Kp9QvL3mNx0R8tZ4/targets.csv",
"size": 2048,
"uploaded_at": "2026-01-15T09:30:00Z"
}