> For the complete documentation index, see [llms.txt](https://docs.didomi.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.didomi.io/data-manager/trackers.md).

# Trackers

Trackers in your organization's data manager is a centralized database of IAB declared trackers and trackers added by your organization. These trackers are assigned purposes, associated with vendors, and can be aggregated into [tracker policies](/data-manager/tracker-policy.md) that can then be added to your properties.

* [Tracker overview](#tracker-overview)
* [Tracker glossary](#tracker-glossary)
* [Tracker filters](#tracker-filters)

The tracker database can be accessed by clicking **Data Manager** on the left-hand panel and then selecting **Trackers** on the subsequent page

<figure><img src="https://1825037175-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNDxbAdc00ce6bH5u1urh%2Fuploads%2FKUr3hDKpADqrIDtT8bZK%2FScreenshot%202026-07-29%20at%201.53.48%E2%80%AFPM.png?alt=media&amp;token=8ae1b3e7-f98b-47e0-80e5-b885a6384e21" alt="" width="563"><figcaption></figcaption></figure>

***

### Tracker overview

Your organization's tracker database comes pre-populated with all of the trackers disclosed by a vendor as part of their registration with the Interactive Advertising Bureau (IAB). The tracker database will automatically update as IAB vendors update their tracker disclosures.

In addition to the trackers that are automatically created in the database, your organization can also manually add trackers individually or via any configured Didomi scan that your organization utilizes.

As your organization continues to manage its trackers and those of its vendors please keep the following rules in mind when working with trackers in the Didomi platform:

* Trackers cannot be added to IAB vendors
* Existing trackers cannot be edited for IAB vendors
* Trackers will inherit the category assigned to the vendor to which they are associated
* Trackers will inherit the legal bases used for the purposes to which they are assigned

### Tracker glossary

For each tracker on the tracker page of your organization's data manager, you can find the following information:

<table><thead><tr><th width="219">Field</th><th></th></tr></thead><tbody><tr><td>Name</td><td>Name of the tracker</td></tr><tr><td>Vendor</td><td>Vendor to which the tracker belongs</td></tr><tr><td>Type</td><td><p>The type of the tracker. Available options include:</p><ul><li>Cookie</li><li>Web Storage</li><li>App Storage</li></ul></td></tr><tr><td>Category</td><td><p>Inherited from the vendor to which the tracker belongs.</p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>Navigate to <strong>Data Manager > Vendors > [Vendor] > Advanced</strong> to find the category assigned to a vendor.</p></div></td></tr><tr><td>Purposes</td><td><p>Purpose(s) for which the tracker is used</p><div data-gb-custom-block data-tag="hint" data-style="warning" class="hint hint-warning"><p><strong>Note</strong>: The tracker will inherit the legal bases used for its assigned purposes.</p></div></td></tr><tr><td>Description</td><td>Description for the tracker</td></tr><tr><td>Namespace</td><td>How the tracker is identified by Didomi. Available options are: CUSTOM | IAB</td></tr></tbody></table>

<figure><img src="https://1825037175-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNDxbAdc00ce6bH5u1urh%2Fuploads%2FmiH7NfVjR0U7mYqfxw8S%2FScreenshot%202026-07-29%20at%203.51.35%E2%80%AFPM.png?alt=media&amp;token=5b9d62a9-f750-4dcb-a845-98e4911c8dfe" alt="" width="563"><figcaption></figcaption></figure>

### Tracker filters

On the trackers page of the data manager your organization can use the provided search fields to directly search for specific trackers or the trackers associated with a specific vendor. Additionally, your organization can click **More Filters** to narrow the list of trackers down by the following fields:

* Category
* Purpose
* Namespace
* Type

<figure><img src="https://1825037175-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNDxbAdc00ce6bH5u1urh%2Fuploads%2FLPRW805MO5rzoWs5VmOV%2FScreenshot_2026-07-30_at_8_27_07%E2%80%AFAM.jpg?alt=media&amp;token=eba454c8-819c-4299-b366-06ca99c209a7" alt="" width="563"><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.didomi.io/data-manager/trackers.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.
