GET
/
marketing-emails
/
v1
/
emails
/
with-statistics
/
{email_id}
Get the statistics for a marketing email
curl --request GET \
  --url https://api.hubapi.com/marketing-emails/v1/emails/with-statistics/{email_id} \
  --header 'Authorization: Bearer <token>'
{
  "ab": true,
  "abHoursToWait": 123,
  "abTestPercentage": 123,
  "abVariation": true,
  "absoluteUrl": "<string>",
  "allEmailCampaignIds": [
    123
  ],
  "analyticsPageId": "<string>",
  "analyticsPageType": "<string>",
  "archived": true,
  "author": "<string>",
  "authorAt": 123,
  "authorEmail": "<string>",
  "authorName": "<string>",
  "authorUserId": 123,
  "campaign": "<string>",
  "campaignName": "<string>",
  "campaignUtm": "<string>",
  "canSpamSettingsId": 123,
  "categoryId": 123,
  "contentTypeCategory": 123,
  "created": 123,
  "createdById": 123,
  "currentState": "<string>",
  "currentlyPublished": true,
  "domain": "<string>",
  "emailBody": "<string>",
  "emailNote": "<string>",
  "emailTemplateMode": "<string>",
  "emailType": "<string>",
  "emailbodyPlaintext": "<string>",
  "freezeDate": 123,
  "fromName": "<string>",
  "htmlTitle": "<string>",
  "id": 123,
  "isGraymailSuppressionEnabled": true,
  "isLocalTimezoneeSend": true,
  "isPublished": true,
  "isRecipientFatigueSuppressionEnabled": true,
  "lastEditSessionId": 123,
  "lastEditUpdateId": 123,
  "layoutSections": {},
  "leadFlowId": 123,
  "liveDomain": "<string>",
  "mailingListsExcluded": [
    123
  ],
  "mailingListsIncluded": [
    123
  ],
  "maxRssEntries": 123,
  "metaDescription": "<string>",
  "name": "<string>",
  "pageExpiryEnabled": true,
  "pageRedirected": true,
  "portalId": 123,
  "previewKey": "<string>",
  "processingStatus": "<string>",
  "publishDate": 123,
  "publishImmediately": true,
  "publishedUrl": "<string>",
  "replyTo": "<string>",
  "resolvedDomain": "<string>",
  "rssEmailByText": "<string>",
  "rssEmailClickThroughText": "<string>",
  "rssEmailCommentText": "<string>",
  "rssEmailEntryTemplateEnabled": true,
  "rssEmailImageMaxWidth": 123,
  "rssEmailUrl": "<string>",
  "slug": "<string>",
  "smartEmailFields": {},
  "state": "<string>",
  "styleSettings": {},
  "subcategory": "<string>",
  "subject": "<string>",
  "subscription": 123,
  "subscriptionName": "<string>",
  "teamPerms": [
    "<string>"
  ],
  "templatePath": "<string>",
  "transactional": true,
  "unpublishedAt": 123,
  "updated": 123,
  "updatedById": 123,
  "url": "<string>",
  "useRssHeadlineAsSubject": true,
  "userPerms": [
    "<string>"
  ],
  "vidsExcluded": [
    123
  ],
  "vidsIncluded": [
    123
  ],
  "widgets": {},
  "stats": {
    "counters": {
      "sent": 123,
      "open": 123,
      "delivered": 123,
      "bounce": 123,
      "unsubscribed": 123,
      "click": 123,
      "dropped": 123,
      "selected": 123,
      "spamreport": 123,
      "suppressed": 123,
      "hardbounced": 123,
      "softbounced": 123,
      "pending": 123,
      "contactslost": 123,
      "notsent": 123
    },
    "deviceBreakdown": {
      "open_device_type": {
        "computer": 123,
        "mobile": 123,
        "unknown": 123
      },
      "click_device_type": {
        "computer": 123,
        "mobile": 123,
        "unknown": 123
      }
    },
    "failedToLoad": true,
    "qualifierStats": {},
    "ratios": {
      "clickratio": 123,
      "clickthroughratio": 123,
      "deliveredratio": 123,
      "openratio": 123,
      "unsubscribedratio": 123,
      "spamreportratio": 123,
      "bounceratio": 123,
      "hardbounceratio": 123,
      "softbounceratio": 123,
      "contactslostratio": 123,
      "pendingratio": 123,
      "notsentratio": 123
    }
  }
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

email_id
string
required

The ID of the email that you want to get the details for.

Response

200
application/json

Marketing email with statistics

The response is of type object.