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

Ordinal Type Description
1 string Required Criteria 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:

var sendTracking = Send.Tracking.Retrieve({Property:"SendID",SimpleOperator:"equals",Value:12345});
Last Updated: Jun 8, 2021