---
title: "Get daily campaign analytics"
method: GET
path: "/api/v2/campaigns/analytics/daily"
tags: ["Campaign", "Analytics"]
---

# Get daily campaign analytics

`GET /api/v2/campaigns/analytics/daily`

Get campaign daily analytics

## Query parameters

- `campaign_id` string, uuid
- `start_date` string
- `end_date` string
- `campaign_status` -99 | -1 | -2 | 0 | 1 | 2 | 3 | 4

## Response `200`

Default Response

- object[]
  - `date` string — The date of the analytics entry, in YYYY-MM-DD format
  - `sent` integer — The total number of sent emails
  - `contacted` integer — The total number of unique contacts who received an email that day
  - `new_leads_contacted` integer — The total number of new leads contacted that day
  - `opened` integer — The total number of opened emails
  - `unique_opened` integer — The total number of unique opened emails
  - `replies` integer — The total number of replies
  - `unique_replies` integer — The total number of unique replies
  - `replies_automatic` integer — The total number of automatic replies detected
  - `unique_replies_automatic` integer — The total number of unique automatic replies detected
  - `clicks` integer — The total number of links clicked
  - `unique_clicks` integer — The total number of unique links clicked. Unique meaning from unique leads, not unique links. For instance, if a lead clicked a link 3 times, it will be counted as 1 unique click. If a lead clicked 3 different links, it will still be counted as 1 unique click
  - `opportunities` integer — The total number of unique opportunities created from the campaign on that day
  - `unique_opportunities` integer — The total number of unique opportunities created from unique leads from the campaign on that day

## Other responses

- `400` — Default Response
- `401` — This request is unauthorized (either the Authorization header is missing or invalid, or the API key has been revoked)
- `402` — This request cannot be fulfilled because the workspace does not have an active paid plan
- `404` — The requested resource was not found
- `429` — You have exceeded the rate limit. Please check the rate limit docs for more information.

---

[API](https://skmtc.net/instantly/apis/api-explorer.md) · [All operations](https://skmtc.net/instantly/apis/api-explorer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/instantly/api-explorer/revisions/378d1e253fe7/schema)
