# Bypass Ad-Blockers

The implementation of server-side tracking is the first step toward bypassing ad-blockers. However, server-side alone does not natively bypass ad-blockers.\
The additional processing layer (GTM Server-Side Helper) is required to bypass all ad-blockers on the market.

To bypass all ad-blockers, it is important to load your various tags through URLs that are not detectable by the ad-blockers.

Here are the main tags blocked by ad-blockers:

* Google Tag Manager
* Google Analytics 4
* Facebook Pixel

Here is an example for Google Tag Manager:

{% hint style="warning" %}
Blocked request: `https://www.googletagmanager.com/gtm.js?id=GTM-XXXXXXX`
{% endhint %}

To fully bypass ad-blockers, you need to follow these steps:

1. Create your GTM Server container and subdomain
2. Configure your DNS
3. Configure your GA4, Facebook CAPI, etc. tags in your GTMs
4. Implement the script rewriting of the GTM Server-Side Helper


---

# 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://server-side.docs.sirdata.net/sirdata-server-side/english-1/f.a.q-server-side/ad-blocking/bypass-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.
