# Campaign stats are blank

{% hint style="info" %}
**Missing or blank stats are always due to one of the following issues:**&#x20;
{% endhint %}

{% hint style="danger" %}
**The white label tracking link in the Connection (SparkPost, SMTP Relay, etc) has a DNS record in it that isn't pointing to the IP address of the VPS where the ESP is installed.**
{% endhint %}

<figure><img src="/files/iKs60J1rWZlzKSAQDBEr" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
**Fix this by editing or creating the missing DNS A record in your DNS hosting provider such as Cloudflare, Godaddy, etc, wherever you normally configure your DNS records.**&#x20;
{% endhint %}

{% hint style="danger" %}
**The white label tracking link in the connection has the Cloudflare proxy turned on.**
{% endhint %}

{% hint style="success" %}
**Fix this by turning the Cloudflare proxy off for&#x20;*****only*****&#x20;the tracking link domain.**
{% endhint %}

{% hint style="danger" %}
**You're using Amazon SES and the sending domain in your campaign doesn't match the sending domain configured in your Amazon SES connection.**
{% endhint %}

1. Duplicate your Amazon SES Connection and change the sending domain to match the new sending domain you want to use in your campaigns.&#x20;
2. Add the new Amazon SES Connection to a new Postal Route, and add the new Postal Route to your Customer Account.&#x20;
3. When you send your campaign using the new sending domain, switch the dropdown to the new Postal Route that has that sending domain configured in the new Amazon SES Connection you just created.&#x20;

{% hint style="success" %}
**Use a different Connect and Postal Route for each sending domain.**
{% endhint %}

{% hint style="danger" %}
**You're using Amazon SES and the domain used to access the ESP doesn't match the admin\_url domain in the edcom-install/config/edcom.json file on the VPS.**
{% endhint %}

<figure><img src="/files/0P8iWCByobnvXnI2GZ6r" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
**Use the admin\_url link you configured during installation to access your ESP in the browser or change the admin\_url to use a different domain.**&#x20;

Learn how to change the admin\_url without breaking things [here. ](/docs/post-installation/changing-the-installation-domain.md)
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.emaildelivery.com/docs/troubleshooting-common-issues-in-the-email-marketing-interface/campaign-stats-are-blank.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
