Tracking.Retrieve

Overview 

Returns an array of tracking data related to any sends specified by the passed filter argument

Syntax 

Tracking.Retrieve(1)

Function Properties 

OrdinalTypeDescription
1stringRequiredCriteria used to search for send

Example 

This sample code retrieves an array of tracking data for the send(s) based on the specified filter criteria:

1var sendTracking = Send.Tracking.Retrieve({Property:"SendID",SimpleOperator:"equals",Value:12345});