ADO.NET Provider for Mailchimp

Build 26.0.9655

CampaignVariateContents

Returns the HTML and plain-text content for each variate 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=

Note: To retrieve the CampignId, query the Campaigns table.

For example, the following queries are processed server-side:

SELECT * FROM CampaignVariateContents
SELECT * FROM CampaignVariateContents WHERE CampaignId = '381b6f0c90'

Columns

Name Type References Description
CampaignId String

Campaigns.Id

The unique Id for the campaign.
ContentLabel String The label used to identify the content option.
PlainText String The plain-text portion of the campaign. If left unspecified, it is generated automatically.
Html String The raw HTML for the campaign.

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