« Back to Documentation Overview

listMemberActivity – v1.3

 listMemberActivity(string apikey, string id, array email_address)

Get the most recent 100 activities for particular list members (open, click, bounce, unsub, abuse, sent to)

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()
email_address an array of up to 50 email addresses to get information for OR the "id"(s) for the member returned from listMembers, Webhooks, and Campaigns.
Returns
array array of data and success/error counts
intsuccessthe number of subscribers successfully found on the list
interrorsthe number of subscribers who were not found on the list
arraydataan array of arrays where each activity record has:
stringactionThe action name, one of: open, click, bounce, unsub, abuse, sent
stringtimestampThe date/time of the action
stringurlFor click actions, the url clicked, otherwise this is empty
stringbounce_typeFor bounce actions, the bounce type, otherwise this is empty
stringcampaign_idThe campaign id the action was related to, if it exists - otherwise empty (ie, direct unsub from list)