> For the complete documentation index, see [llms.txt](https://help.dscout.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.dscout.com/private-panels/studies/email-analytics-and-cancelling-campaigns.md).

# Email analytics and cancelling campaigns

## Tracking email campaigns in a study

To track your email campaigns, navigate to **Study Campaigns**. This page allows you to see stats from the email campaign: **Total Attempted, Sent, Opened, Bounced**, and **Spam**.

Campaigns take anywhere from a few seconds to a few hours to process depending on the size and send limitations. Sometimes **Sent** is not 100%, which means some emails were not sent due to opt-out criteria or failures.

![](/files/b8677e27a3a6369b1939050c83ee405f7ca49e60)

## How to cancel a scheduled email campaign

If you find yourself in a situation where you want to **cancel** a scheduled email campaign (either due to content, changing timelines, or something else), you can click on the "Cancel Campaign" text under Status.

![](/files/433a4daa0ca78f6c17c33ae73370efb35f13b422)

You will see a modal pop up that will confirm you want to cancel the email campaign, and the status will update to "Cancelled".

![](/files/e51a99d467c6f0646c1cd0b92a9d5e7d6ea837d5)

{% hint style="info" %}
**Note:** Private Panels was previously managed outside of Dscout, so you may see a different logo and URL in some places. If you have any questions, contact <support@dscout.com>.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.dscout.com/private-panels/studies/email-analytics-and-cancelling-campaigns.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
