Skip to main content

CampaignCsvFileDto

CSV file listing the campaign's targeting, if uploaded

filenamestring

Original filename of the uploaded CSV

Example: spring-targets.csv
urlstring

URL where the stored CSV can be downloaded

Example: https://cdn.example.com/campaigns/7Hb2Kp9QvL3mNx0R8tZ4/targets.csv
sizeint64

Size of the CSV file in bytes

Example: 2048
uploaded_atstring

Timestamp when the CSV was uploaded (ISO-8601)

Example: 2026-01-15T09:30:00Z
CampaignCsvFileDto
{
"filename": "spring-targets.csv",
"url": "https://cdn.example.com/campaigns/7Hb2Kp9QvL3mNx0R8tZ4/targets.csv",
"size": 2048,
"uploaded_at": "2026-01-15T09:30:00Z"
}