recentActivityObject
The recentActivityObject
contains activity data for an
account.
Name | Type | Description |
---|---|---|
createdDate |
dateTime | The date the activity was recorded. |
contactId |
string | The ID assigned to the contact associated with the activity. |
listId |
string | The ID assigned to the list that the delivery associated with the activity was sent to. |
segmentId |
string | The ID assigned to the segment that the delivery associated with the activity was sent to. |
keywordId |
string | The ID assigned to the SMS keyword that the SMS delivery associated with the activity was sent to. |
messageId |
string | The ID assigned to the message associated with the activity. |
deliveryId |
string | The ID assigned to the delivery associated with the activity. |
workflowId |
string | The ID assigned to the workflow that sent the delivery associated with the activity. |
activityType |
string |
The type of activity the object represents. The Inbound Activities:
Outbound Activities:
|
emailAddress |
string | The email address of the contact associated with the activity. The
emailAddress li is returned if a contactId
is returned, and an email address is stored for the associated contact. |
mobileNumber |
string | The mobile number of the contact associated with the activity. The
mobileNumber li is returned if a contactId
is returned, and a mobile number is stored for the associated contact. |
contactStatus |
string |
The status of the contact associated with the activity. Each valid status is described below:
The |
messageName |
string | The name of the message associated with the activity. The
messageName li is returned if a messageId is
returned |
deliveryType |
string |
The type of delivery associated with the activity:
The |
deliveryStart |
dateTime | The date/time the delivery associated with the activity was scheduled. The
deliveryStart li is returned if a deliveryId
is returned. |
workflowName |
string | The name of the workflow associated with the activity. The
workflowName li is returned if a workflowId
is returned. |
segmentName |
string | The name of the segment associated with the activity. The
segmentName li is returned if a segmentId is
returned. |
listName |
string | The name of the list associated with the activity. The listName
li is returned if a listId is returned. |
listLabel |
string | The label assigned to the list associated with the activity. The label is the
external (customer facing) name given to a list. The listLabel
li is returned if a listId is returned. |
automatorName |
string | The name of the automator associated with the activity. |
smsKeywordName |
string | The name of the SMS keyword associated with the activity. The
smsKeywordName li is returned if a keywordId
is returned. |
bounceType |
string |
The type of bounce recorded. The following types can be returned: Hard Bounces
Soft Bounces
The |
bounceReason |
string | The detailed reason why the bounce occurred. The bounceReason
li is returned if the activityType is
bounce . |
skipReason |
string | The detailed reason why the contact was skipped when attempting to send to them.
The skipReason li is returned if the
activityType is contactSkip . |
linkName |
string | The name of the link that was clicked. The linkName li is
returned if the activityType is click . |
linkUrl |
string | The URL of the link that was clicked. The linkUrl li is
returned if the activityType is click . |
orderId |
string | The ID assigned to the order. The orderId li is returned
if the activityType is conversion . |
unsubscribeMethod |
string |
The method used by the contact to unsubscribe. Valid values are:
The |
ftafEmails |
string | The emails that were used in the Forward To A Friend Delivery. The
ftafEmails li is returned if the
activityType is friendforward . |
socialNetwork |
string |
The social network the activity was performed on. The valid networks are:
The |
socialActivity |
string |
The activity performed. The valid activities are:
The |
webformId |
string | The unique ID for a webform. |
webformAction |
string |
The activity performed on the webform. Valid values are:
The |
webformName |
string | The name of the webform used. The webformName li is
returned if the activityType is webform . |