AMPscript
Add
CancelSend
Remove
Retrieve
RetrieveLists
Tracking.ClicksRetrieve
Tracking.Retrieve
Tracking.TotalByIntervalRetrieve
Validate Your Server-Side JavaScript using WSProxy
Returns an array of tracking data related to any sends specified by the passed filter argument
Tracking.Retrieve(1)
| Ordinal | Type | Description | |
|---|---|---|---|
| 1 | string | Required | Criteria used to search for send |
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});