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 Campaign Statistics Summary


    Returns lifetime summary statistics for a single campaign. For a day-by-day breakdown use Get Campaign Statistics by Day; for all campaigns use Get Statistics for all Campaigns.

    Path Parameters
    idnumberrequired
    Campaign id to return details for.
    HTTP Response Examples
    200
    { "Status": true, "Message": "", "Response": { "stats": { "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 } } }
    HTTP Response Parameters
    statsobject
    The campaign's stats summary.

    How helpful was this article?

    πŸ‘ or πŸ‘Ž

    Related Articles

    Markdown Version