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

# Tracking

> Understand when to use Remapdb tracking events and where they fit in your widget setup.

Use this section only if you need custom analytics or custom website behavior tied to widget actions.

Most customers do not need manual tracking setup to use the widget successfully.

## Who should use this section

* Developer teams integrating Remapdb with GTM, GA4, Meta Pixel, or internal analytics.
* Teams that want custom behavior on their website when users select vehicles in the widget.

## When to use Tracking

Use this section when you need to:

* Send widget selection data to your analytics tools.
* Trigger website behavior when users interact with the widget.
* Build custom reporting based on vehicle selections and tuning-stage data.

## When you can skip Tracking

You can skip this section if you only need:

* Normal widget installation and launch.
* Standard quoting flow.
* Standard SEO setup from the widget settings.

## What this section includes

* Event flow between widget iframe and website page.
* What each event means.
* Security checks you must implement.
* A safe listener example for analytics tools.
* Control widget theme programmatically from your own website

## Pages in this section

<div className="px-4 pb-10 max-w-6xl mx-auto">
  <Columns cols={2}>
    <Card title="Tracking events" href="/widget/tracking/tracking-events" className="rounded-sm">
      Event reference for custom analytics and custom website integrations.
    </Card>
  </Columns>
</div>
