mailgun - Possible to get the total count of sent messages by day for a single campaign? -


i want @ longitudinal summary of single campaign, campaigna.

i want like:

curl -s --user "api:0123456789" -g https://api.mailgun.net/v2/example.mailgun.org/campaigns/campaigna/events?groupby=day&event='sent' 

but not supported in api.

does know of alternative way information?

if attach tag campaign when send can retrieve campaigns tag. per each daya can have different campaign tag , filter these on sent event or maybe delivered event. have here: http://documentation.mailgun.com/api-events.html#filter-event


Comments

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -