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

# Tracking & Analytics

> Track opens, clicks, bounces, and configure rate limiting for Postmark emails in SendPost.

## Open Tracking

When `trackOpens` is enabled:

* Postmark inserts a tracking pixel into your template-rendered HTML
* Opens are sent to the SendPost webhook and reported as **PM Open** events (ID: 75)
* View open rates in the SendPost dashboard

***

## Click Tracking

When `trackClicks` is enabled:

* Postmark rewrites links to track clicks
* Clicks are sent to the SendPost webhook and reported as **PM Click** events (ID: 76)
* View click rates and URLs in the SendPost dashboard

***

## Viewing Analytics

1. Navigate to **Analytics** in your SendPost dashboard
2. Filter by:
   * **Provider**: Select your Postmark provider
   * **Event Type**: Filter by Postmark event types (69–78)
   * **Date Range**: Choose the time period
   * **Sub-account**: Filter by sub-account

***

## Rate Limiting & Throttling

### Default Rate Limits

By default, Postmark providers are configured with a rate limit (e.g. **Max Sends Per Hour**). This limit is set at the provider level and applies to all emails sent through your Postmark integration.

### Configuring Rate Limits

You can adjust the rate limit in the SendPost UI:

<Steps>
  <Step title="Navigate to Providers">
    Go to **Settings** → **Providers** in your SendPost dashboard
  </Step>

  <Step title="Edit Provider">
    Click on your Postmark provider to edit its settings
  </Step>

  <Step title="Adjust Rate Limit">
    Update the **Max Sends Per Hour** value to match your Postmark plan or desired sending rate
  </Step>

  <Step title="Save Changes">
    Save your changes. The new rate limit takes effect immediately.
  </Step>
</Steps>

<Info>
  Rate limiting in SendPost is configured on an hourly basis. Set it according to your Postmark plan capacity and sending requirements.
</Info>

### Provider-Level Throttling

SendPost supports granular throttling by recipient domain:

| Provider | Description                             |
| -------- | --------------------------------------- |
| Gmail    | Throttle sending to Gmail addresses     |
| Yahoo    | Throttle sending to Yahoo/AOL addresses |
| Outlook  | Throttle sending to Microsoft addresses |
| Default  | Throttle for all other domains          |

***

## Next Steps

* [Understand event types](/guides/postmark/event-types) for full PM\* event list
* [Troubleshoot](/guides/postmark/troubleshooting) analytics or rate limiting
