> ## Documentation Index
> Fetch the complete documentation index at: https://docs.signalbridgedata.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Concepts Overview

> The core ideas behind SignalBridge

SignalBridge exists to make conversion tracking reliable again in a world of ad blockers and privacy restrictions.

<Note>
  With the death of third-party cookies and rise of ad blockers, server-side tracking is no longer optional—it's essential for accurate data.
</Note>

## The Problem

Traditional browser-side tracking (Pixels) is failing:

<CardGroup cols={3}>
  <Card title="Ad Blockers" icon="ban">
    Prevent tracking scripts from loading for \~40% of users.
  </Card>

  <Card title="iOS Privacy" icon="apple">
    Limits cookie lifespan and blocks cross-site tracking.
  </Card>

  <Card title="Bot Traffic" icon="robot">
    Pollutes your data and wastes ad spend on fake clicks.
  </Card>
</CardGroup>

## The Solution

SignalBridge captures events on your site and forwards them **server-side** to your ad platforms, ensuring:

* **100% Data Accuracy:** Bypasses ad blockers via your custom domain.
* **Better Attribution:** Server-side events match users more effectively.
* **Clean Data:** Automatic bot filtering removes junk traffic.

<CardGroup cols={2}>
  <Card title="Server-Side Tracking" icon="server" href="/concepts/server-side-tracking">
    Learn how we forward events securely
  </Card>

  <Card title="Ad Blocker Bypass" icon="shield-check" href="/concepts/ad-blocker-bypass">
    Understand the custom domain advantage
  </Card>

  <Card title="Deduplication" icon="link" href="/concepts/deduplication">
    How we prevent double-counting
  </Card>

  <Card title="Bot Filtering" icon="filter" href="/concepts/bot-filtering">
    How we keep your data clean
  </Card>
</CardGroup>
