ReportDomainPerformance
Statistics for the top-performing email domains in a campaign.
View-Specific Information
Select
The provider uses 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 provider.
| Column | Supported Operators |
| CampaignId | = |
SELECT * FROM ReportDomainPerformance WHERE CampaignId = 'abc'
Columns
| Name | Type | References | Description |
| CampaignId | String |
Campaigns.Id | 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. |