> 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/edit-tracker.md).

# Edit tracker

{% hint style="success" %}
**Access Type**: Data Manager - Editor
{% endhint %}

Trackers in your organization's data manager is a centralized database of IAB declared trackers and trackers added by your organization. In this article, we will cover how to delete a tracker from your organization's data manager.&#x20;

{% hint style="warning" %}
**Note**: Trackers included in the data manager via IAB vendor declarations can not be edited by your organization. Only trackers that your organization has added to the data manager can be deleted.
{% endhint %}

Click **Data Manager** on the left-hand panel and select **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%2FiNvFrA41QOk4FPKELOzh%2FScreenshot%202026-07-28%20at%207.16.17%E2%80%AFAM.png?alt=media&amp;token=00052cd7-6666-4492-bb22-f499f4f19cc6" alt="" width="563"><figcaption></figcaption></figure>

Use the provided search field to search for the tracker. Navigate to the tracker on the list and click the **Edit** icon inline with the tracker name.

<figure><img src="https://1825037175-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNDxbAdc00ce6bH5u1urh%2Fuploads%2Fh8hRboSBgI9j3nrdw6Jb%2FScreenshot%202026-07-28%20at%209.58.07%E2%80%AFAM.png?alt=media&amp;token=a9d203da-6796-47d7-b050-8164dbb643df" alt="" width="563"><figcaption></figcaption></figure>

Use the provided fields to edit the tracker:

<table><thead><tr><th width="216">Field</th><th>Description</th></tr></thead><tbody><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>Vendor</td><td><p>Vendor to which the tracker belongs</p><div data-gb-custom-block data-tag="hint" data-style="warning" class="hint hint-warning"><p><strong>Note</strong>: The vendor associated with a tracker cannot be edited after the tracker is created.</p></div></td></tr><tr><td>Name</td><td>Name of the tracker<br><br><a href="/data-manager/trackers/add-tracker.md#add-tracker-by-regex">Click here</a> for more information if your organization wants to use regex to add trackers to the database that follow a specific pattern.</td></tr><tr><td>Domain</td><td>Domain associated with the tracker</td></tr><tr><td>Cookie max duration</td><td>Maximum lifespan of the tracker</td></tr><tr><td>Used for the following 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></tbody></table>

Click **Save** when finished to confirm the edits.

<figure><img src="https://1825037175-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNDxbAdc00ce6bH5u1urh%2Fuploads%2FymwsxB7PMZgMzJV6ezgH%2FScreenshot%202026-07-28%20at%2010.10.13%E2%80%AFAM.png?alt=media&amp;token=5060b3ee-248a-475f-85ae-bfbc47532ba6" 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/edit-tracker.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.
