Suggested filters
keyword:keyword:setup
results for a specific keyword
question:question:how do I get started?
AI will suggest the best answer
Dashboard
Edit Article Logout

Get Campaign Statistics by Day


Returns lifetime summary statistics for a campaign plus a day-by-day detail series over the requested date range. If start and end are omitted, the detail series covers the past 60 days (UTC).

Path Parameters
idnumberrequired
Campaign id to return details for.
Query Parameters
startdatetime
Start date for the report. Date should be formatted as yyyy-MM-dd or yyyyMMdd. Example: 2025-03-01 for March 1st 2025.
enddatetime
End date for the report. Date should be formatted as yyyy-MM-dd or yyyyMMdd. Example: 2025-05-01 for May 1st 2025.
HTTP Response Examples
200
{ "Status": true, "Message": "", "Response": { "summary": { "campaignid": 6026, "name": "Try a Week Free Automated Follow-Up", "total_emailsent": 2897, "total_emailopened": 702, "total_emailclicked": 99, "total_webview": 0, "total_emaildelivered": 2844, "total_emailfailed": 57, "total_emailreplied": 0, "total_trackinglink": 0, "total_pushsent": 0, "total_smssent": 0, "total_smsdelivered": 0, "total_smsfailed": 0, "total_active": 7290, "total_nurturing": 0, "total_qualified": 0, "total_duplicate": 0, "total_rejected": 0, "total_deleted": 2458 }, "detail": [ { "webview": 0, "trackinglink": 0, "active": 0, "qualified": 0, "duplicate": 0, "deleted": 0, "rejected": 0, "pushsent": 0, "smssent": 0, "smsdelivered": 0, "smsfailed": 0, "emailsent": 0, "emaildelivered": 0, "emailfailed": 0, "emailopened": 0, "emailclicked": 0, "emailreplied": 0, "imported": 0, "contacts": 0, "conversions": 0, "leads": 0, "linkclick": 0, "converted": 0, "DateCreatedJson": "2025-07-25", "Inquiries": 0 } ] } }
HTTP Response Parameters
summaryobject
Summary of detail.
detailarray
Array of detail objects by day.

How helpful was this article?

πŸ‘ or πŸ‘Ž

Related Articles

Markdown Version