xqueue / maileon-php-api-client

MIT License
4 stars 6 forks source link

[Feature] API call to get aggregated mailing statistics (count) #4

Open slackero opened 3 years ago

slackero commented 3 years ago

As far I see there is no API call to request the aggregated statistics for a given mailingId as it's available under the page you get under a mailing report URL. https://dev.maileon.com/api/rest-api-1-0/mailings/get-mailing-report-url/

It's just very inefficient to loop over every single possible count data (opener, clicks and so on) for every mailingId.

mbeckerle-xqueue commented 3 years ago

This is true. We have already quite some ideas to encance the reporting API and I will come back to this issue, once planning or even implementation is in a more concrete state I can talk about..