ReportAdvice
A list of feedback based on a campaign's statistics.
テーブル固有の情報
ReportAdvice では、SELECT がサポートされています。
Select
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. |