> For the complete documentation index, see [llms.txt](https://docs.abtasty.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.abtasty.com/assets-library/trackers-page/managing-trackers/managing-trackers-settings.md).

# Managing trackers settings

Trackers in AB Tasty collect valuable behavioral or contextual data used across experiments and personalizations. Some trackers are configurable, allowing you to tailor their usage to your specific needs.

This guide explains how to access the **Tracker Details** panel and manage the available settings.

## **Accessing the Tracker Details Panel** <a href="#id-1.-accessing-the-tracker-details-panel" id="id-1.-accessing-the-tracker-details-panel"></a>

To access the details of a specific tracker:

{% stepper %}
{% step %}
In the AB Tasty interface, navigate to **Library → Trackers**

You’ll see a list of all trackers associated with your account, filtered by tracker type.
{% endstep %}

{% step %}
Click on any tracker row to open its **details panel**

Depending on the type of tracker selected, you will find one or both of the following configuration sections:

* **General Settings**
* **Technical Settings**
  {% endstep %}
  {% endstepper %}

## **Managing Tracker Settings** <a href="#id-2.-managing-tracker-settings" id="id-2.-managing-tracker-settings"></a>

### General settings

This section allows you to configure high-level properties of the tracker:

* **Name**: Set or edit the tracker’s display name.
* **Context**: Add a description or contextual notes to clarify its purpose.
* **Scope Switcher**: Choose whether the tracker applies to:
  * A **specific campaign**, or
  * The **entire account**.
* **Campaign ID** *(if applicable)*: When scoped to a specific campaign, enter the related campaign ID.<br>

### Technical settings

This section is available only for specific tracker types and allows for more granular configuration:

| Tracker Type                        | Editable field                          |
| ----------------------------------- | --------------------------------------- |
| **Page Tracker**                    | Modify the tracker operator             |
| **Custom Tracker via Data Layer**   | Modify operators and trigger conditions |
| **Browsing Indicators - Exit Rate** | Modify the tracker operator             |


---

# 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.abtasty.com/assets-library/trackers-page/managing-trackers/managing-trackers-settings.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.
