> ## Documentation Index
> Fetch the complete documentation index at: https://help.adrop.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Dashboard

> The first screen you see after signing in. It shows the status of running campaigns and key performance metrics at a glance.

## Screen layout

The advertiser dashboard is organized into three cards.

<CardGroup cols={3}>
  <Card title="Campaign Overview" icon="chart-bar">
    Visualizes total spend and burn rate against budget by currency.
  </Card>

  <Card title="Campaign Performance" icon="chart-line">
    Summarizes total impressions, clicks, and average CTR for the selected period.
  </Card>

  <Card title="Need Help?" icon="life-ring">
    Jump straight to the Help Center or FAQ.
  </Card>
</CardGroup>

***

## Campaign Overview

Shows total budget and spend for all running campaigns, grouped by currency.

* **Progress display** — visualizes burn rate against budget as a progress bar.
* **Grouped by currency** — totals per currency such as KRW, USD, and others.

***

## Campaign Performance

Summarizes overall ad performance across the selected period.

| Metric            | Description                                                   |
| ----------------- | ------------------------------------------------------------- |
| Total impressions | Total impressions across all campaigns in the selected period |
| Total clicks      | Total clicks across all campaigns in the selected period      |
| Avg CTR           | `Total clicks ÷ Total impressions × 100` (%)                  |

### Period filter

Choose from preset periods or pick a custom range.

* Today, Yesterday
* Last 7 / 14 / 30 / 90 days
* Monthly presets (up to the past 12 months)
* Custom start and end dates in the calendar

***

## Alerts

Important alerts appear in two places on the dashboard:

* **Top-right notifications** — review results, creative rejections, missing required creatives, and payment failures show up in the notifications panel at the top-right of the console.
* **Payment-failed banner** — when a campaign payment has failed, a banner appears above the dashboard cards with a `Retry Payment` action.

<Warning>
  Missing a review-result or payment-failure notification can disrupt ad delivery. Set the primary email to an address you check regularly.
</Warning>

<Warning>
  **If a payment fails, replace the card on file with a new one before retrying the payment.** Retrying with the same card may fail again, and if the retry doesn't succeed, campaign delivery may be interrupted.
</Warning>

***

## Need Help?

Quick links from the support card at the bottom of the dashboard.

* **Help Center** — Guide documents
* **FAQ** — Answers to frequently asked questions

***

## Next steps

<CardGroup cols={2}>
  <Card title="Campaign Booking Guide" icon="calendar" href="/campaign/booking">
    The 4-step process for booking a new campaign.
  </Card>

  <Card title="Reports Guide" icon="chart-line" href="/campaign/analytics">
    Metrics and detailed analysis methods.
  </Card>
</CardGroup>
