# How to Set Up an Exit Rate Tracker

{% hint style="info" %}
To know more about the Exit rate purpose and calculation, read our [Browsing metrics](/reporting-and-performances/reporting/metrics/navigation-metrics.md#exit-rate-metric) article.
{% endhint %}

## Create a new Exit rate tracker

{% stepper %}
{% step %}
Navigate to the **Trackers** page.

1. Log in to your account.
2. On the left-hand side panel, click **Library>Trackers**
   {% endstep %}

{% step %}
Scroll to the **Browsing Indicators** section.
{% endstep %}

{% step %}
Click the **+ Create browsing tracker** button.
{% endstep %}

{% step %}
Select **Exit Rate** as the metric type.
{% endstep %}

{% step %}
Give your tracker a clear and descriptive name.
{% endstep %}

{% step %}
Choose a logic operator for your condition:

* Contains
* Exact match
* Regular expression
  {% endstep %}

{% step %}
Enter your exit condition.

e.g., a URL or pattern
{% endstep %}

{% step %}
Define the scope:

* Reference campaign
* Account level
  {% endstep %}

{% step %}
Click **Save.**

Your tracker is ready to use.
{% endstep %}
{% endstepper %}

## Use an Exit rate tracker in your campaign

{% stepper %}
{% step %}
When creating or editing a campaign, go to the **Goals** section.
{% endstep %}

{% step %}
Select your **Exit Rate tracker** as one of the campaign goals.
{% endstep %}

{% step %}
Click **Save.**
{% endstep %}
{% endstepper %}


---

# 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.abtasty.com/assets-library/trackers-page/how-to-set-up-an-exit-rate-tracker.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.
