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.
| Column | Supported Operators |
| CampaignId | = |
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. |