ReportDomainPerformance
Statistics for the top-performing email domains in a campaign.
Table Specific Information
SELECT is supported for ReportDomainPerformance.
Select
The driver will use the Mailchimp API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client-side within the driver.
- CampaignId supports the '=' operator.
SELECT * FROM ReportDomainPerformance WHERE CampaignId = 'abc'
Columns
| Name | Type | Description |
| CampaignId | String | The CampaignId for the table. |
| Domain | String | The name of the domain (gmail.com, hotmail.com, yahoo.com). |
| EmailsSent | Integer | The number of emails sent to that specific domain. |
| Bounces | Integer | The number of bounces at a domain. |
| Opens | Integer | The number of opens for a domain. |
| Clicks | Integer | The number of clicks for a domain. |
| Unsubs | Integer | The total number of unsubscribes for a domain. |
| Delivered | Integer | The number of successful deliveries for a domain. |
| EmailsPct | Double | The percentage of total emails that went to this domain. |
| BouncesPct | Double | The percentage of total bounces that came from this domain. |
| OpensPct | Double | The percentage of total opens that came from this domain. |
| ClicksPct | Double | The percentage of total clicks tht came from this domain. |
| UnsubsPct | Double | The percentage of total unsubscribes that came from this domain. |
| TotalSent | Integer | The total number of emails sent for the campaign. |