> For the complete documentation index, see [llms.txt](https://docs.adalysis.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.adalysis.com/tools/performance/how-to-track-performance-goals.md).

# How to track performance goals

You can set performance goals on the **Performance** screen. Click any number to get started.

<figure><img src="/files/6NFsGH6LNApMQVFvYczL" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/RLk5V7MzPOINZPXZLNwa" alt="" width="485"><figcaption></figcaption></figure>

**Goal scope:** Choose from whole account and campaign types, or select campaigns by name or label

**Date range:** Choose between this month and a custom range

**Performance goal:** Choose from seven metrics, including conversions, clicks, and conversion value

{% hint style="info" %}
You can set up multiple goals depending on your account needs. For example, this could include separate goals for brand and non-brand campaigns.
{% endhint %}

### Goal pacing alerts

You can also create goal pacing alerts that let you know when you're significantly ahead or behind. Set up your alerts when creating your goals or by editing them later.

<figure><img src="/files/tcXCgE01f0z1M6IYyMsm" alt="" width="485"><figcaption></figcaption></figure>

Once triggered, the **Performance** view will show an overpacing or underpacing icon. You can also choose to receive an email notification.

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

* <mark style="background-color:blue;">Blue numbers</mark> = underpacing
* <mark style="background-color:orange;">Orange numbers</mark> = overpacing
* <mark style="background-color:green;">Green numbers</mark> = within X% of target


---

# 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.adalysis.com/tools/performance/how-to-track-performance-goals.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.
