Open and click tracking for transactional emails. A simple REST API, a Gmail extension, and a dashboard — no SDKs or vendor lock-in.
Create a tracked message, embed the pixel URL in your email, and use redirect links for click tracking. That's it.
POST to the API with your email subject, recipient, and links. You get back a pixel URL and tracked link URLs.
Add the 1×1 pixel as an <img> tag. Replace link hrefs with the tracked URLs. Send normally.
Opens and clicks appear in your dashboard in real time. Query the API for analytics, or use webhooks to trigger workflows.
# 1. Create a tracked message curl -X POST https://api.metrichq.com/v1/messages \ -H "Authorization: Bearer $API_KEY" \ -d '{ "subject": "Your invoice #1042", "recipient": "[email protected]", "links": [ { "originalUrl": "https://pay.example.com/1042", "label": "Pay Now" } ] }' # Response includes: # pixelUrl: "https://api.metrichq.com/p/abc..." # trackedLinks[0].trackingUrl: "https://..." # 2. Embed in your email HTML # <img src="PIXEL_URL" width="1" height="1"> # <a href="TRACKING_URL">Pay Now</a> # 3. Query events later curl https://api.metrichq.com/v1/messages/search \ -H "Authorization: Bearer $API_KEY" \ -d '{ "page": 1, "pageSize": 20 }'
Focused tooling for email analytics. No bloated platform, no complex setup.
Invisible 1×1 tracking pixel served in under 50ms. Know exactly when and how many times an email is opened.
Redirect links that log every click with timestamp, device, and location, then forward to the original destination.
See opens, clicks, devices, and geography as they happen. Filter by date, recipient, or campaign.
Clean REST API that works with any language or framework. No proprietary SDKs required. Full OpenAPI spec included.
Chrome extension that automatically tracks emails sent from Gmail. See open badges right in your sent folder.
API key authentication with tenant isolation. Your data is completely separated from other accounts.
The MetricHQ Chrome extension adds invisible tracking to every email you send from Gmail. Toggle it on or off per message.
Tracking pixel is added when you hit Send. No copy-pasting URLs.
Links in your email are automatically replaced with tracked redirect URLs.
Green check icons appear next to opened emails right in your Gmail sent list.
Toggle tracking on or off for individual emails with a single click in the compose toolbar.
Start free. Pay only when you grow. No credit card required.
All paid plans include a 14-day free trial. Annual billing saves 20%.
Free plan includes 1,000 messages per month. No credit card required.