Skip to content

Add Engage Analytics Machine Opens Section #4913

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion src/engage/analytics/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The following table lists the email campaign metrics that Engage tracks:
| ------------------ | -------------------------------------------------------------------------------------------------- |
| Sent | The number of emails campaigns that you sent. |
| Delivered | The number of emails campaigns that were accepted by the receiving inbox server. |
| Opened | The number of times that your email campaigns were opened. |
| True Opened | The number of times that your email campaigns were opened, not including machine opens. |
| Clicked | The number of times that recipients clicked within your email campaigns. |
| Converted | The number of conversions that took place after campaign publication; based on delivered messages. |
| Click-to-Open Rate | The number of clicks compared to the number of opens for a campaign. |
Expand All @@ -51,6 +51,13 @@ The following table lists the email campaign metrics that Engage tracks:

SendGrid powers Engage's email campaign event analytics. For more details on email metrics, view SendGrid's [Marketing Campaigns Statistics Overview](https://docs.sendgrid.com/ui/analytics-and-reporting/marketing-campaigns-stats-overview){:target="_blank"}.

### Understanding machine opens

Machine opens occur when an email client automatically opens an email, giving the impression that a user opened your email even if they haven’t.

Segment tracks machine opens and subtracts them from the total number of opened emails. Segment displays this number in the **True Opened** tile, which gives a more reliable count of how many real users opened your campaign.

Hover over the **True Opened** tile for any campaign to see a full comparison of machine opens and true opens.

## SMS metrics

Expand Down