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

Ordinal Type Description
1 string Criteria used to search for account

Example

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

var acctTracking = Account.Tracking.Retrieve({Property:"CustomerKey",SimpleOperator:"equals",Value:"MyAccount"});
Last Updated: Jun 8, 2021