Tracking.Retrieve

Overview 

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

Syntax 

Tracking.Retrieve(1)

Function Properties 

OrdinalTypeDescription
1stringCriteria used to search for account

Example 

This sample code retrieves an array of tracking data for the accounts based on the specified filter criteria:

1var acctTracking = Account.Tracking.Retrieve({Property:"CustomerKey",SimpleOperator:"equals",Value:"MyAccount"});