> 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/tracker-and-vendor-discovery/tracker-and-vendor-discovery-domains/configure-tracker-and-vendor-discovery-classic-scan.md).

# Configure tracker and vendor discovery (Classic scan)

{% hint style="success" %}
**Access Type**: Compliance Report - Editor
{% endhint %}

The Didomi tracker and vendor discovery (classic scan) is a tool that enables your organization to receive a GDPR compliance evaluation for up to 10 pages of a given domain from a Didomi perspective. In this article, we will cover how to configure a tracker and vendor discovery utilizing a classic scan for a domain.

Click **Tracker and Vendor Discovery** on the left-hand panel and select **Add Domain** on the subsequent page.

<figure><img src="/files/NPuZKyAT0ETwPz3HacMO" alt="" width="563"><figcaption></figcaption></figure>

Select **Classic Scan** in the next modal.

<figure><img src="/files/IlPdhXbMWwfskoLZHjH9" alt="" width="375"><figcaption></figcaption></figure>

Use the provided fields to input the following information:

<table><thead><tr><th width="223.666748046875">Field</th><th>Description</th></tr></thead><tbody><tr><td>Give this domain a recognisable name</td><td>Internal name used to identify the domain</td></tr><tr><td>Target domain</td><td>URL of the domain that will be scrapped by the Didomi bot for the compliance report<br><br><strong>Example</strong>: <code>https://demosite.com</code></td></tr><tr><td>Launched from</td><td>Select country from which the Didomi bot scans. <br><br>Since the Didomi bot mimics an end-user's behavior (including the location from which the end-user accesses a domain), this field enables the Didomi bot to experience the CMP behavior targeted at end-users in a specific country. </td></tr></tbody></table>

<figure><img src="/files/5z6gLY7zKtQ6cS4rrcUL" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="info" %}
By default, the Didomi vendor and tracker discovery only supports an **Accept all** scenario (the Didomi bot will locate the consent notice on the domain and accept all purposes). Additional bot scenarios and configurations are available with the Didomi [Advanced Compliance Monitoring (ACM) module](/advanced-compliance-monitoring-acm/introduction.md).
{% endhint %}

<figure><img src="/files/sRUxTmcW2EcGKGBS9XiX" alt="" width="563"><figcaption></figcaption></figure>

If required, expand the **Advanced** tab for the following configurations.

<table><thead><tr><th width="237.7332763671875">Field</th><th></th></tr></thead><tbody><tr><td>URL filter</td><td>Enables your organization to direct the bot to scrape only URLs that contain a specific string. For example, if your organization only wants to evaluate GDPR compliance on its product pages (all of which contain <code>/products/</code> in the URL, input the string into the field and the Didomi bot will limit its scraping to URLs that contain <code>/products/</code> <br><br><mark style="background-color:$warning;"><strong>Note</strong>: To use regular expression (regex) in the URL filter field, enable <strong>The URL filter is a RegEx</strong> checkbox.</mark> <a href="/pages/rLd8OLibEdivb9NHxQRu"><mark style="background-color:$warning;">Click here</mark></a> <mark style="background-color:$warning;">for an overview on how to use regular expression.</mark> </td></tr><tr><td>N. of pages</td><td>Number of pages that the Didomi bot should scan. The maximum number of pages for tracker and vendor discovery (Classic scan) is 10 pages.</td></tr></tbody></table>

<figure><img src="/files/mUOVUKOhL5ROK4urK9nq" alt="" width="563"><figcaption></figcaption></figure>

Confirm that you own the domain or acting on behalf of the domain owner to run the vendor and tracker discovery and click **Save & Run** when finished.&#x20;

<figure><img src="/files/8a8PVwJAHLW5dZie5Q4y" alt="" width="563"><figcaption></figcaption></figure>

Once successfully added, Didomi will begin generating a vendor and tracker discover immediately. Your organization can always manually [re-initiate a discovery](/tracker-and-vendor-discovery/tracker-and-vendor-discovery-domains/request-tracker-and-vendor-discovery.md).&#x20;


---

# 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/tracker-and-vendor-discovery/tracker-and-vendor-discovery-domains/configure-tracker-and-vendor-discovery-classic-scan.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.
