ReportAdvice
A list of feedback based on a campaign's statistics.
Table Specific Information
SELECT is supported for ReportAdvice.
Select
The add-in 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 add-in.
- CampaignId supports the '=' operator.
SELECT * FROM ReportAdvice WHERE CampaignId = 'abc'
Columns
| Name | Type | Description |
| CampaignId | String | The CampaignId for the table. |
| Type | String | The 'type' of message ('negative', 'positive', 'neutral'). |
| Message | String | The advice message. |