« Back to Documentation Overview

listActivity – v1.3

 listActivity(string apikey, string id)

Access up to the previous 180 days of daily detailed aggregated activity stats for a given list

Section
List Related
Parameters
apikey a valid API Key for your user account. Get by visiting your API dashboard
id the list id to connect to. Get by calling lists()
Returns
array array of array of daily values, each containing:
stringdayThe day in YYYY-MM-DD
intemails_sentnumber of emails sent to the list
intunique_opensnumber of unique opens for the list
intrecipient_clicksnumber of clicks for the list
inthard_bouncenumber of hard bounces for the list
intsoft_bouncenumber of soft bounces for the list
intabuse_reportsnumber of abuse reports for the list
intsubsnumber of double optin subscribes for the list
intunsubsnumber of manual unsubscribes for the list
intother_addsnumber of non-double optin subscribes for the list (manual, API, or import)
intother_removesnumber of non-manual unsubscribes for the list (deletions, empties, soft-bounce removals)