ADO.NET Provider for Mailchimp

Build 26.0.9655

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.

ColumnSupported Operators
CampaignId=

For example, the following query is processed server-side:

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.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655