> For the complete documentation index, see [llms.txt](https://docs.navigaglobal.com/naviga-propel-end-user/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.navigaglobal.com/naviga-propel-end-user/propel-advertiser-user/dashboard.md).

# Dashboard

The user can see the following once some orders are booked and running:

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

**Total Campaigns** - displays a count of the total number of campaigns created within the portal. This includes drafts, pending, scheduled and completed campaigns

**Total Budget -** displays the total price of all campaigns created within the portal. This includes drafts, pending, scheduled and completed campaigns

**Completed Campaigns** - this is a count of quantity of campaigns which have completed running

**Average budget** - this is a calculation of the Total Budget / Total Campaigns.

In the graph section at the bottom, the most recent digital campaign will be pre-selected, but the dropdown shows additional digital campaigns and is a multi-select so they can choose multiple to display together. The Dates default to the date range of the most recent campaign's start date up until "today" but that can be changed if the use wishes to see other campaigns simultaneously.

Select the metrics button as desired (Impressions, Clicks, Viewable Impressions)

On the right side, choose to see the metrics as an area or a bar type chart

<figure><img src="/files/4J3yI6anUjvU2tp75Yah" alt=""><figcaption></figcaption></figure>

Click the drill down icon to open a popup for more metrics

* Overview (same as above screen)
* By Ad Units
* By Audience device (Below)
* By Geography

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


---

# 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://docs.navigaglobal.com/naviga-propel-end-user/propel-advertiser-user/dashboard.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.
