Ask about anything in DailyStory Developer Documentation

Type a question in your own words below. Answers are written from our published articles and cite the ones they came from.

Recently updated

    Dashboard
    Edit Article Logout

    Get Statistics for all Campaigns


    Returns lifetime summary statistics for every campaign belonging to the current tenant. Each stats entry is aggregated over the full history of the campaign. For a date-bounded report of a single campaign use Get Campaign Statistics by Day.

    HTTP Response Examples
    200
    { "Status": true, "Message": "", "Response": { "stats": [ { "campaignid": 1458, "name": "April Emails", "total_emailsent": 25592, "total_emailopened": 2014, "total_emailclicked": 190, "total_webview": 0, "total_emaildelivered": 24284, "total_emailfailed": 1006, "total_emailreplied": 0, "total_trackinglink": 0, "total_pushsent": 0, "total_smssent": 0, "total_smsdelivered": 0, "total_smsfailed": 0, "total_active": 2216, "total_nurturing": 0, "total_qualified": 0, "total_duplicate": 0, "total_rejected": 0, "total_deleted": 850 }, { "campaignid": 1474, "name": "Weekly Emails", "total_emailsent": 1848, "total_emailopened": 1026, "total_emailclicked": 222, "total_webview": 0, "total_emaildelivered": 1825, "total_emailfailed": 23, "total_emailreplied": 0, "total_trackinglink": 0, "total_pushsent": 0, "total_smssent": 0, "total_smsdelivered": 0, "total_smsfailed": 0, "total_active": 103, "total_nurturing": 0, "total_qualified": 0, "total_duplicate": 0, "total_rejected": 0, "total_deleted": 104 } ] } }
    HTTP Response Parameters
    statsarray
    Array of campaign statistics summary objects.


    How helpful was this article?

    πŸ‘ or πŸ‘Ž

    Related Articles

    Markdown Version