Reports
To get an in-depth look into your campaigns' performance, you can generate one of the predefined reports.
- Complete statistics for each level of campaign
- General statistics per campaign
- Number of messages sent from each level in campaigns
- Open rate per campaign
tip
To preview the report data containing your campaign results, you can generate a report in your account's Deliverability -> Reports tab.
Flow of generating reports:
- Request report generation via
POST /rest/v2/reports/{report-name}
. Define the report type and period, store the report hash identifier. - Give the report a second to generate and use the hash to fetch results using the
GET rest/v2/reports/{hash}
endpoint