---
title: "Get campaign performance"
method: GET
path: "/api/reach/v1/profiles/{profileUuid}/campaigns/{campaignUuid}/statistics"
tags: ["Reach: Campaigns"]
---

# Get campaign performance

`GET /api/reach/v1/profiles/{profileUuid}/campaigns/{campaignUuid}/statistics`

Get the performance of a campaign: delivery, opens, clicks and unsubscribes, with the
matching rates.

Every count is unique contacts rather than raw events, so a contact who opens the same email
five times is counted once.

## Path parameters

- `profileUuid` string, required
- `campaignUuid` string, required

## Response `200`

Success response

- ReachV1CampaignsCampaignStatisticsResource — Campaign performance. Every count is unique contacts rather than raw events, so a contact who opens the same email five times is counted once.
  - `total_sent` integer — Emails sent for this campaign, and the denominator of every rate below.
  - `estimated_total_recipients` integer, nullable — Recipients this campaign was estimated to reach when sending started. Null for campaigns that have not started sending.
  - `processed_count` integer
  - `delivered_count` integer
  - `dropped_count` integer
  - `bounced_count` integer
  - `soft_bounced_count` integer
  - `opened_count` integer — Contacts who opened this campaign.
  - `clicked_count` integer — Contacts who clicked a link. Only clicks from contacts who also registered an open count.
  - `unsubscribed_count` integer — Contacts who unsubscribed through this campaign.
  - `open_rate` number, float — Percentage of sent emails that were opened.
  - `click_rate` number, float — Percentage of sent emails that got a click.
  - `click_to_open_rate` number, float — Percentage of the contacts who opened that went on to click.
  - `unsubscribe_rate` number, float — Percentage of sent emails that led to an unsubscribe.
  - `has_bounced_contacts` boolean

## Other responses

- `401` — Unauthenticated response
- `500` — Error response

---

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