GET /emails/analytics to retrieve team-wide email performance across fixed 7-day, 30-day, and 90-day windows.
200 OK:
Windows
Dugble returns three windows in every response: 7, 30, and 90 days. Each window contains aggregate rates and a daily series covering that window.Rates
When a rate has no applicable denominator, Dugble returns
0.
Daily series
Eachseries point contains:
date— calendar date inYYYY-MM-DDformattotal— emails counted for the daydelivered— delivered emailsopened— emails with an open eventclicked— emails with a click eventbounced— bounced emails
Analytics are team-wide aggregates. Use
GET /emails/{message_id} and the message event endpoint when you need the state or history of one email.