CTRLK


Email metrics reference

|

View as Markdown

Complete reference for all metrics available for Email (transactional and marketing). All metrics in this reference apply to Email only.

Includes: Volume and delivery, engagement (opens and clicks), failure (bounces, dropped, suppressed), feedback (unsubscribes, complaints), and inbound metrics.


Quick reference

MetricAPI syntaxKey use
Total trafficTOTAL_TRAFFIC_COUNTTotal outbound email volume
Total acceptedTOTAL_ACCEPTED_TRAFFIC_COUNTOutbound emails accepted for processing
Total sentTOTAL_SENT_TRAFFIC_COUNTEmails submitted to the mailbox provider
DeliveredDELIVERED_TRAFFIC_COUNTEmails successfully delivered to recipients
Delivery rateTRAFFIC_DELIVERY_RATEDelivery success rate
5-second delivery rateTRAFFIC_DELIVERED_IN_5_SEC_RATEPercentage of emails delivered within 5 seconds
Unique opensSEEN_OPENED_TRAFFIC_COUNTUnique recipients who opened the email
Open rateSEEN_OPENED_TRAFFIC_RATEPercentage of delivered emails opened by unique recipients
Total opensVIEWED_TOTAL_COUNTAll open events including re-opens by the same recipient
Total open rateVIEWED_TOTAL_RATEOpen rate counting re-opens
Unique clicksUNIQUE_CLICKS_COUNTUnique recipients who clicked a link
Unique click-through rateUNIQUE_CLICK_THROUGH_RATEPercentage of unique recipients who clicked, relative to delivered
Unique clicked URLsUNIQUE_URL_CLICK_COUNTNumber of unique URLs clicked in a single email
Click-to-open rateCLICK_TO_OPEN_RATEPercentage of recipients who clicked, relative to unique opens
Total clicksTOTAL_CLICKS_COUNTAll link clicks including repeats
Click rateTOTAL_CLICK_RATETotal clicks divided by delivered emails
BouncedTOTAL_BOUNCE_COUNTTotal bounces (soft + hard)
Bounce rateTOTAL_BOUNCE_RATEPercentage of sent emails that bounced
Soft bounceSOFT_BOUNCE_COUNTTemporary delivery failures
Hard bounceHARD_BOUNCE_COUNTPermanent delivery failures
DroppedTOTAL_DROPPED_COUNTEmails dropped before any delivery attempt
Dropped rateTOTAL_DROPPED_RATEPercentage of emails dropped before delivery
SuppressedTOTAL_SUPPRESSED_COUNTEmails blocked due to prior bounce or complaint history
UnsubscribesUNSUBSCRIBED_USER_COUNTRecipients who opted out
Unsubscribe rateUNSUBSCRIBED_USER_RATEPercentage of delivered emails that resulted in an opt-out
Spam complaintsEMAIL_COMPLAINTS_COUNTEmails reported as spam
Spam complaint rateEMAIL_COMPLAINTS_RATEPercentage of delivered emails reported as spam
Received trafficTOTAL_RECEIVED_TRAFFIC_COUNTInbound emails received from customers


Volume and delivery metrics

MetricAPI syntaxDefinitionCalculation
Total trafficTOTAL_TRAFFIC_COUNTThe total number of emails sent to your customers (outbound)Delivered + Failed + Pending
Total acceptedTOTAL_ACCEPTED_TRAFFIC_COUNTThe total number of emails accepted for processing by the platform (outbound only)Delivered + Bounced + Dropped + Retried + Pending
Total sentTOTAL_SENT_TRAFFIC_COUNTThe total number of emails sent from the platform to the mailbox providerDelivered + Bounced + Retried
DeliveredDELIVERED_TRAFFIC_COUNTThe total number of emails delivered to a recipientSent − Bounced
Delivery rateTRAFFIC_DELIVERY_RATEThe percentage of emails successfully delivered to recipients(Delivered / Total sent) × 100
5-second delivery rateTRAFFIC_DELIVERED_IN_5_SEC_RATEThe percentage of emails delivered within a 5-second time frame(Delivered in under 5 seconds / Delivered) × 100


Failure metrics

MetricAPI syntaxDefinitionCalculation
BouncedTOTAL_BOUNCE_COUNTThe total number of emails not delivered to recipients, including soft bounces (temporary failures) and hard bounces (permanent failures)
Bounce rateTOTAL_BOUNCE_RATEPercentage of sent emails that bounced(Bounced / Total Sent) × 100
Soft bounceSOFT_BOUNCE_COUNTThe number of emails temporarily undeliverable to recipients, such as when the inbox is full, the domain is temporarily unavailable, or the mailbox provider suspects legitimacy issues or lack of opt-in
Soft bounce rateSOFT_BOUNCE_RATEPercentage of sent emails that soft bounced(Soft Bounces / Total Sent) × 100
Hard bounceHARD_BOUNCE_COUNTThe number of emails that received a permanent error from mailbox providers when attempting delivery to a specific recipient
Hard bounce rateHARD_BOUNCE_RATEPercentage of sent emails that hard bounced(Hard Bounces / Total Sent) × 100
DroppedTOTAL_DROPPED_COUNTThe submitted emails dropped before delivery due to various reasons: the recipient unsubscribed, address bounced, message marked as spam, or sender errors (blocked or unverified domain) or content issues (expired templates, too many URLs)Total traffic − Delivered − Bounced − Retried − Pending
Dropped rateTOTAL_DROPPED_RATEPercentage of emails that were dropped before delivery(Dropped / Accepted) × 100
SuppressedTOTAL_SUPPRESSED_COUNTEmails not sent due to prior bounce history or negative recipient reaction
NOTEFAILED_TRAFFIC_COUNT is not retrievable for Email. Use TOTAL_DROPPED_COUNT for counts of emails that failed to deliver. When a metric is not available for a channel, the Metrics API returns the literal string N/A as the value.


Engagement metrics

MetricAPI syntaxDefinitionCalculation
Unique opensSEEN_OPENED_TRAFFIC_COUNTThe number of unique recipients who opened the email, counting each recipient only once regardless of how many times they opened the same message
Open rateSEEN_OPENED_TRAFFIC_RATEThe percentage of delivered emails opened by unique recipients(Unique Opens / Delivered) × 100
Total opensVIEWED_TOTAL_COUNTAll open events including re-opens by the same recipient
Total open rateVIEWED_TOTAL_RATEPercentage of delivered emails that were opened, counting re-opens(Total Opens / Delivered) × 100
Unique clicksUNIQUE_CLICKS_COUNTThe number of unique recipients who clicked on any link within an email, counting each recipient only once regardless of the number of links clicked
Unique click-through rateUNIQUE_CLICK_THROUGH_RATEThe percentage of unique recipients who clicked on a link compared to the total number of emails delivered, counting each recipient only once(Unique Clicks / Delivered) × 100
Unique clicked URLsUNIQUE_URL_CLICK_COUNTThe number of unique URLs clicked in a single email
Click-to-open rateCLICK_TO_OPEN_RATEThe percentage of recipients who opened the email and then clicked a link. Each recipient is counted once.(Unique Clicks / Unique Opens) × 100
Total clicksTOTAL_CLICKS_COUNTThe total number of clicks on all URLs within a single email, including multiple clicks on the same link. Every URL click is counted except the unsubscribe link.
Click rateTOTAL_CLICK_RATEThe percentage of recipients who clicked on any link, calculated as total clicks across all URLs divided by total delivered emails(Total Clicks / Delivered) × 100


Feedback metrics

MetricAPI syntaxDefinitionCalculation
UnsubscribesUNSUBSCRIBED_USER_COUNTThe number of recipients who unsubscribed (opted out) from future communications sent from the sending address
Unsubscribe rateUNSUBSCRIBED_USER_RATEThe percentage of recipients who unsubscribed (opted out) from future communications sent from the sending address(Unsubscribed / Delivered) × 100
Spam complaintsEMAIL_COMPLAINTS_COUNTThe number of emails that recipients reported as spam
Spam complaint rateEMAIL_COMPLAINTS_RATEThe percentage of emails that recipients reported as spam(Complaints / Delivered) × 100


Inbound metrics

MetricAPI syntaxDefinitionCalculation
Received trafficTOTAL_RECEIVED_TRAFFIC_COUNTThe total number of emails received from customers (inbound)


Aggregation dimensions

All standard dimensions (time, geography, account, status) from the Metrics API apply to Email. The API always includes CHANNEL_CODE in results for metric accuracy, even if you do not specify it in aggregateBy. The following dimensions are particularly relevant for Email analysis:

DimensionDescription
SENDER_DOMAINGroups results by sender domain
RECIPIENT_DOMAINGroups results by recipient domain
TIME_TO_OPEN_FROM_DELIVEREDGroups results by time between delivery and an email being opened, using time buckets
TIME_TO_CLICK_FROM_DELIVEREDGroups results by time between delivery and a link being clicked, using time buckets


Related pages

Metrics API
Query these metrics programmatically alongside messaging and voice data through a single endpoint.

Analyze dashboard
View these metrics through the web interface with filters and visualizations.

Email deliverability center
Monitor domain and IP reputation, and analyze deliverability performance.




Was this page helpful?