To exclude individual URLs or even entire paths from tracking, you can configure them for the corresponding websites in the Trackboxx settings. Here we explain how this works exactly.
Click on the cogwheel at the top right and select "Websites" from the menu

Now click on the icon with the 3 dots on the far right of the corresponding website and click on "Exclude URL" in the menu.

In the following window you can enter a complete URL - e.g.
https://trackboxx.comCode language: JavaScript (javascript)
or
https://trackboxx.com/helpcentre/Code language: JavaScript (javascript)
Exclude complete directories and categories
To completely exclude an entire category or subdirectory from tracking, e.g.
/helpcenter/....
you can enter the following format into the filter:
/helpcenter/(.*)
This now excludes all URLs for the "helpcenter" path. For example
www.deine-webseite.de/helpcenter/abc
www.deine-webseite.de/helpcenter/abcd
www.deine-webseite.de/helpcenter/abcde
Another option would be:
(.*)/helpcentre/(.*)
This allows you to exclude a path/directory that exists one level "lower" in your URL structure. For example:
www.your-Webseite.com/directory-A/Helpcenter/
Directory A should be tracked, but helpcenter is excluded with this specification.
With the + icons you can add more URLs or delete existing ones.

