# Configure email tracking

Infobip allows you to monitor your email campaigns by tracking opens, URL clicks, late bounces, and unsubscribes. These tracking features provide insights into recipient engagement and help you optimize your campaigns.

You can configure tracking either through the **web interface** or programmatically via **API**.

## Configure email tracking via web interface

By default, opens, clicks, and unsubscribe tracking are enabled in the web interface.

To adjust these settings:

1. Go to **Channels and Numbers** → **Channels** → **Email** → [Marketing and Transactional](https://portal.infobip.com/apps/email-setup/marketing-transactional).
2. You will see a list of all registered domains, each with a **List tracking** column showing the number of enabled trackers.
3. Select the tracker count to open the Domain settings page, where you can enable or disable tracking features for that domain as needed.

## Configure email tracking via API

Tracking can also be managed programmatically through the **HTTP API** or **SMTP API**. This allows you to retrieve statistics for opens, clicks, and unsubscribes directly from your systems.

For detailed guidance on retrieving tracking statistics via API, see the [API documentation](https://www.infobip.com/docs/api/channels/email/receive-email-delivery-reports). For SMTP-based tracking, refer to the [SMTP custom headers](https://www.infobip.com/docs/email/email-over-smtp/smtp-api-integration#optional-custom-headers) documentation.

---