Default Tracking
By default, Lettr tracks opens and clicks for all emails. No additional configuration is needed — tracking is active as long as you send HTML content:Customize Tracking Options
You can override the default tracking behavior on a per-email basis using theoptions object. This is useful for privacy-sensitive emails like password resets or data exports where tracking would be inappropriate:
How Open Tracking Works
Lettr inserts a tiny invisible image (tracking pixel) into your HTML emails. When the recipient’s email client loads images, the open is recorded.Open tracking requires HTML content. Plain text emails cannot be tracked for opens. Some email clients block images by default, which may result in under-reported open rates.
How Click Tracking Works
Lettr rewrites links in your email to route through our tracking servers. When a recipient clicks a link:- The click is recorded with timestamp and link URL
- The recipient is immediately redirected to the original destination
Custom Tracking Domain
By default, tracking links use Lettr’s domain (e.g.,track.lettr.com). Configuring a custom tracking domain (e.g., track.yourdomain.com) improves deliverability because links match your sending domain, and it builds trust with recipients who see a familiar domain in link previews:
track.yourdomain.com) if set up in your domain settings.
Set Up Tracking Domain
Learn how to configure a custom tracking domain
Transactional Flag
Thetransactional option signals to Lettr how to handle the email for deliverability purposes. Transactional emails (triggered by a user action) are typically sent with higher priority and are less likely to be filtered by receiving mail servers:
Tracking Options Reference
| Option | Type | Default | Description |
|---|---|---|---|
open_tracking | boolean | true | Track when emails are opened |
click_tracking | boolean | true | Track when links are clicked |
transactional | boolean | true | Mark as transactional email |
Privacy Considerations
Some emails should not be tracked. Data exports, security notifications, and emails sent in jurisdictions with strict privacy laws (such as GDPR) may require tracking to be disabled. Disable both open and click tracking for these messages:Viewing Tracking Data
Tracking data is delivered in real time through webhooks. Set up webhook handlers forengagament.open and engagament.click events to capture engagement data as it happens:
Analytics
Learn more about viewing and analyzing tracking data