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

# Get campaign(s) analytics overview

`GET /api/v2/campaigns/analytics/overview`

Get analytics overview for one or multiple campaigns. Specify the `id` field to get the analytics overview for a single campaign, or leave it empty to get the analytics overview for all campaigns.

Note regarding the interest status totals (interested, meeting booked, meeting completed, closed): these are calculated based on the first occurrence of each event per contact by default. To change this behavior and calculate the totals based on all occurrences of the events, set the `expand_crm_events` parameter to `true`. Additionally, there is a 10 minute time window after you change a lead status in which the subsequent updates will NOT insert new analytics events to avoid duplicates from rapid status changes and avoid false inflation of the analytics numbers.

## Query parameters

- `id` string, uuid
- `ids` string[]
- `start_date` string
- `end_date` string
- `campaign_status` -99 | -1 | -2 | 0 | 1 | 2 | 3 | 4
- `expand_crm_events` boolean

## Response `200`

Default Response

- object
  - `open_count` integer — The total number of times the emails were opened, including duplicates
  - `open_count_unique` integer — The number of emails that got opened (for the first time only)
  - `open_count_unique_by_step` integer — The unique number of times the emails were opened (counted once per lead, step, and campaign)
  - `link_click_count` integer — The number of links that got clicked
  - `link_click_count_unique` integer — The number of links that got clicked (for the first time)
  - `link_click_count_unique_by_step` integer — The unique number of links that got clicked, per step (counted once per lead, step, and campaign)
  - `reply_count` integer — The total number of replies received (if a lead replies multiple times, each reply is counted)
  - `reply_count_unique` integer — The number of unique replies (first reply per lead). Excludes automatic replies.
  - `reply_count_unique_by_step` integer — The number of unique replies per step (first reply per lead per step). Excludes automatic replies.
  - `reply_count_automatic` integer — The total number of automatic replies received (e.g., out-of-office)
  - `reply_count_automatic_unique` integer — The number of unique leads that sent automatic replies
  - `reply_count_automatic_unique_by_step` integer — The unique number of automatic replies per step (counted once per lead, step, and campaign)
  - `bounced_count` integer — The number of bounced leads
  - `unsubscribed_count` integer — The number of unsubscribed leads
  - `completed_count` integer — The number of leads that the campaign was completed for
  - `emails_sent_count` integer — The total number of sent emails
  - `contacted_count` integer — The total number of unique leads contacted
  - `new_leads_contacted_count` integer — The total number of new leads contacted
  - `total_opportunities` integer — The total number of unique opportunities created
  - `total_opportunity_value` number — The total value of opportunities created
  - `total_interested` integer — The total number of interested opportunities created
  - `total_meeting_booked` integer — The total number of meeting booked opportunities created
  - `total_meeting_completed` integer — The total number of meeting completed opportunities created
  - `total_closed` integer — The total number of closed opportunities created

## 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)
