What You Can Track
Email Opens
Know when recipients view your emails
Link Clicks
Track which links get the most engagement
Analytics
View engagement rates over time
How It Works
Open Tracking
When enabled, we insert an invisible 1x1 pixel image at the end of your HTML emails. When the recipient’s email client loads images, it requests this pixel from our servers, registering an “open” event.Open tracking only works with HTML emails. Some email clients block images by default, so open rates may be underreported.
Click Tracking
When enabled, all links in your email are rewritten to go through our tracking servers. When clicked, we record the event and redirect the recipient to the original URL.Enable Tracking
Via API
Add thetracking object when sending emails:
Node.js
Via cURL
cURL
Viewing Analytics
Track engagement in multiple ways:Dashboard
View real-time open and click stats in your Unosend dashboard under Analytics.
Metrics API
Query
/v1/metrics to get open rates, click rates, and detailed engagement data.Webhooks
Subscribe to
email.opened and email.clicked webhook events for real-time notifications.Webhook Events
Get notified instantly when tracking events occur:email.opened
Webhook Payload
email.clicked
Webhook Payload
Best Practices
- ✓ Use for transactional emails - Track order confirmations, password resets, and important notifications.
- ✓ Analyze click patterns - Use click data to understand what content resonates with your audience.
- ✓ Combine with webhooks - Trigger automations when emails are opened or links are clicked.