genericCampaignEventResponse
Stores responses from campaign events, tracking engagement and interactions.
Columns
| Name | Type | References | Description |
| bounced | Integer | The total number of emails that bounced and were not successfully delivered. | |
| bouncedratio | Double | The percentage of sent emails that bounced, calculated as (bounced / sent) * 100. | |
| clickedthru | Integer | The total number of recipients who clicked a link in the email. | |
| clickedthruratio | Double | The percentage of recipients who clicked a link, calculated as (clicked thru / sent) * 100. | |
| opened | Integer | The total number of recipients who opened the email. | |
| openedratio | Double | The percentage of sent emails that were opened, calculated as (opened / sent) * 100. | |
| responded | Integer | The total number of recipients who responded to the campaign. | |
| respondedratio | Double | The percentage of recipients who responded, calculated as (responded / sent) * 100. | |
| sent | Integer | The total number of emails sent as part of the campaign. | |
| unsubscribed | Integer | The total number of recipients who unsubscribed from future emails. | |
| unsubscribedratio | Double | The percentage of recipients who unsubscribed, calculated as (unsubscribed / sent) * 100. |