# How do I circumvent ad blockers?

## What are ad blockers and why does it matter?

Ad blockers are apps, such as browser extensions, that remove or hide advertising material from the browser. Tracking scripts such as the Freshpaint Autotrack script could be identified as advertising material and prevented from loading on the browsers of ad blocker users.

You should presume that some percentage of your users are using ad blockers. While not all ad blockers block analytics tools such as Mixpanel and Freshpaint, there are enough that do to potentially affect your conversion data.&#x20;

If you are concerned about this, and suspect you are not seeing the data you would expect, see the below section on Freshpaint's Ad Blocker Bypass feature.

## Ad Blocker Bypass

{% hint style="info" %}
This is an account level feature that is available through Freshpaint as an add-on for business plan customers. Please contact <support@freshpaint.io> to turn on ad blocker bypass for your account.
{% endhint %}

Once this is turned on for your account, Freshpaint will create a custom distribution to serve the `freshpaint.js` Autotrack script and related assets as well as a custom API endpoint for every environment in every project in your Freshpaint account.&#x20;

{% hint style="info" %}
This means that the Autotrack snippet will change for EACH environment in your account. Your snippet(s) will need to be reinstalled by an engineer.
{% endhint %}

**There will be no data loss during this process.** The old data will continue to flow to Freshpaint via the old route until you install and deploy the new snippet. Although this won't change your historical data, you will see an increase of data flowing through to your destinations.<br>


---

# Agent Instructions: 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:

```
GET https://documentation.freshpaint.io/reference/faqs/how-do-i-circumvent-ad-blockers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
