Daily or hourly breakdown of link clicks (total and unique).
Domain Filtering - Use domain_id to filter statistics for a specific sending domain.
Confidence-Based Scanner Detection - Use filter=human_only to exclude security scanner clicks for accurate click-through rates.
Clicks are classified with high accuracy:
- human (< 50): Real clicks from Gmail, Outlook, mobile devices
- suspicious (50-79): Fast clicks from cloud IPs with real browser UAs
- scanner (>= 80): Proofpoint, Barracuda, Mimecast, curl, automated tools
Gmail and Outlook Web users clicking links are correctly identified as "human" even though these clients strip the Referer header.
Use precision to control time granularity (day or hour).
Security
ApiKeyAuth
- US Data Centerhttps://api.mailerlogic.net/api/v1/stats/outbound/clicks
- EU Data Center (coming soon)https://eu-api.mailerlogic.net/api/v1/stats/outbound/clicks
curl -i -X GET \
'https://api.mailerlogic.net/api/v1/stats/outbound/clicks?fromdate=2024-03-01T00%3A00%3A00Z&todate=2024-03-31T23%3A59%3A59Z&tag=newsletter&filter=human_only&domain_id=123&precision=hour' \
-H 'X-API-Key: YOUR_API_KEY_HERE'Response
{ "days": [ { … } ] }