AMPscript
Retrieve
Tracking.Retrieve
Update
Validate Your Server-Side JavaScript using WSProxy
Returns an array of tracking data related to the accounts specified by the passed filter argument
Tracking.Retrieve(1)
| Ordinal | Type | Description | |
|---|---|---|---|
| 1 | string | Criteria used to search for account |
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"});