---
title: "Email campaign analytics"
description: "Email campaign analytics: available fields, filters, associations, and API operations."
lastModified: "2026-08-21"
---

**Path:** `events/{event_id}/email-campaign-analytics`  
**Methods:** GET collection/record only.

Each record represents one custom email campaign.

- Fields: `event-id`, `name`, `subject`, `status`, `scheduled-at`, `sent-at`, `target-list-ids`, `metric-version`, `generated-at`, `time-zone`, `total-count`, `sending-count`, `sent-count`, `delivered-count`, `delayed-count`, `hard-bounced-count`, `soft-bounced-count`, `unsubscribed-count`, `spam-count`, `rejected-count`, `opened-count`, `clicked-count`, `marked-as-spam-count`, `marked-as-unsubscribed-count`, `delivery-rate`, `unique-open-rate`, `unique-click-rate`, `click-to-open-rate`, `bounce-rate`.  
- Filters: `status`, `event_id`, `created_from`, `created_to`, `scheduled_from`, `scheduled_to`.  
- Associations: none.

```
GET .../email-campaign-analytics?status=sent&scheduled_from=2026-08-01T00:00:00Z
```
