ReportAdvice
Provides campaign performance feedback and optimization tips based on engagement metrics.
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 unique identifier of the campaign that the advice or feedback is related to. |
| Type | String | The classification of the advice message, which can be 'negative', 'positive', or 'neutral', indicating the overall sentiment or evaluation. |
| Message | String | The content of the advice or feedback message, typically generated from campaign performance analysis or deliverability insights. |